mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 06:51:46 +02:00
* renamed language -> fpclang
This commit is contained in:
parent
d04fab38d8
commit
e301092fc0
@ -17,8 +17,8 @@
|
|||||||
# Configuration section
|
# Configuration section
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
ifndef LANGUAGE
|
ifndef FPCLANG
|
||||||
LANGUAGE=e
|
FPCLANG=e
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Local defines for the compiler only
|
# Local defines for the compiler only
|
||||||
@ -141,7 +141,7 @@ override RTLOPTS+=$(OPT)
|
|||||||
# Setup Targets
|
# Setup Targets
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
MSGFILE=error$(LANGUAGE).msg
|
MSGFILE=error$(FPCLANG).msg
|
||||||
|
|
||||||
ifeq ($(OS_TARGET),win32)
|
ifeq ($(OS_TARGET),win32)
|
||||||
ifdef CMP
|
ifdef CMP
|
||||||
@ -383,7 +383,10 @@ $(M68KEXENAME): $(PASFILES) $(INCFILES)
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.25 1999-04-07 15:26:50 pierre
|
# Revision 1.26 1999-04-09 10:14:19 peter
|
||||||
|
# * renamed language -> fpclang
|
||||||
|
#
|
||||||
|
# Revision 1.25 1999/04/07 15:26:50 pierre
|
||||||
# + added COMPLETE env for triple compilation test
|
# + added COMPLETE env for triple compilation test
|
||||||
#
|
#
|
||||||
# Revision 1.24 1999/04/01 22:05:16 peter
|
# Revision 1.24 1999/04/01 22:05:16 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user