소스 검색

* moved *.msg to msg/ dir

peter 24 년 전
부모
커밋
bf7400c7cf
9개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      compiler/Makefile
  2. 2 2
      compiler/Makefile.fpc
  3. 0 0
      compiler/msg/errord.msg
  4. 0 0
      compiler/msg/errore.msg
  5. 0 0
      compiler/msg/errores.msg
  6. 0 0
      compiler/msg/errorf.msg
  7. 0 0
      compiler/msg/errorn.msg
  8. 0 0
      compiler/msg/errorr.msg
  9. 0 0
      compiler/msg/errorrw.msg

+ 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