* moved *.msg to msg/ dir

This commit is contained in:
peter 2001-03-10 13:42:19 +00:00
parent 9be4aa216f
commit bf7400c7cf
9 changed files with 4 additions and 4 deletions

View File

@ -146,7 +146,7 @@ endif
ifndef RTLOPTS
RTLOPTS=$(OPT)
endif
MSGFILES=$(wildcard error*.msg)
MSGFILES=$(wildcard msg/error*.msg)
ifeq ($(CPU_TARGET),i386)
CPUSUF=386
endif
@ -169,7 +169,7 @@ ifneq ($(findstring 1.0.,$(FPC_VERSION)),)
override LOCALDEF+=-dUNIX
endif
endif
MSGFILE=error$(FPCLANG).msg
MSGFILE=msg/error$(FPCLANG).msg
override LOCALDEF+=-dGDB -dBROWSERLOG
ifeq ($(CPU_TARGET),i386)
override LOCALDEF+=-dSUPPORT_MMX

View File

@ -64,7 +64,7 @@ RTLOPTS=$(OPT)
endif
# Message files
MSGFILES=$(wildcard error*.msg)
MSGFILES=$(wildcard msg/error*.msg)
# ppcSUFFIX
ifeq ($(CPU_TARGET),i386)
@ -94,7 +94,7 @@ endif
endif
# Default message file
MSGFILE=error$(FPCLANG).msg
MSGFILE=msg/error$(FPCLANG).msg
# set correct defines (-d$(CPU_TARGET) is automaticly added in makefile.fpc)
override LOCALDEF+=-dGDB -dBROWSERLOG