فهرست منبع

* moved *.msg to msg/ dir

peter 24 سال پیش
والد
کامیت
bf7400c7cf

+ 2 - 2
compiler/Makefile

@@ -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

+ 2 - 2
compiler/Makefile.fpc

@@ -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

+ 0 - 0
compiler/errord.msg → compiler/msg/errord.msg


+ 0 - 0
compiler/errore.msg → compiler/msg/errore.msg


+ 0 - 0
compiler/errores.msg → compiler/msg/errores.msg


+ 0 - 0
compiler/errorf.msg → compiler/msg/errorf.msg


+ 0 - 0
compiler/errorn.msg → compiler/msg/errorn.msg


+ 0 - 0
compiler/errorr.msg → compiler/msg/errorr.msg


+ 0 - 0
compiler/errorrw.msg → compiler/msg/errorrw.msg