소스 검색

* problems with -W options solved

pierre 25 년 전
부모
커밋
640e444c7c
2개의 변경된 파일15개의 추가작업 그리고 15개의 파일을 삭제
  1. 7 7
      compiler/errore.msg
  2. 8 8
      compiler/msgtxt.inc

+ 7 - 7
compiler/errore.msg

@@ -1725,12 +1725,12 @@ ol119=3*2TGO32V2_version 2 of DJ Delorie DOS extender
 ol120=3*2TLINUX_Linux
 ol121=3*2TOS2_OS/2 2.x
 ol122=3*2TWin32_Windows 32 Bit
-ol001W=3*2WB<x> Set Image base to Hexadecimal <x> value
-ol002W=3*2WC Specify console type application
-ol003W=3*2WD Use DEFFILE to export functions of DLL or EXE
-ol004W=3*2WG Specify graphic type application
-ol005W=3*2WN Do not generate relocation code (necessary for debugging)
-ol006W=3*2WR Generate relocation code
+ol001W=3*1WB<x>_ Set Image base to Hexadecimal <x> value
+ol002W=3*1WC_ Specify console type application
+ol003W=3*1WD_ Use DEFFILE to export functions of DLL or EXE
+ol004W=3*1WG_ Specify graphic type application
+ol005W=3*1WN_ Do not generate relocation code (necessary for debugging)
+ol006W=3*1WR_ Generate relocation code
 ol123=6*1A<x>_output format
 ol124=6*2Aas_Unix o-file using GNU AS
 ol125=6*2Agas_GNU Motorola assembler
@@ -1754,4 +1754,4 @@ ol142=**1?_shows this help
 ol_end=**1h_shows this help without waiting
 #
 # The End...
-#
+#

+ 8 - 8
compiler/msgtxt.inc

@@ -671,25 +671,25 @@ const msgtxt : array[0..000107,1..240] of char=(
   '3*2TLINUX_Linu','x'#000+
   '3*2TOS2_OS/2 2.x'#000+
   '3*2TWin32_Windows 32 Bit'#000+
-  '3*2WB<x> Set Image base to Hexadecimal <x> value'#000+
-  '3*2WC Specify console type application'#000+
-  '3*2WD Use DEFFILE to export functions of DLL or EXE'#000+
-  '3*2WG Specify graphic type application'#000+
-  '3*2WN Do not gene','rate relocation code (necessary for debugging)'#000+
-  '3*2WR Generate relocation code'#000+
+  '3*1WB<x>_ Set Image base to Hexadecimal <x> value'#000+
+  '3*1WC_ Specify console type application'#000+
+  '3*1WD_ Use DEFFILE to export functions of DLL or EXE'#000+
+  '3*1WG_ Specify graphic type application'#000+
+  '3*1WN_ Do not',' generate relocation code (necessary for debugging)'#000+
+  '3*1WR_ Generate relocation code'#000+
   '6*1A<x>_output format'#000+
   '6*2Aas_Unix o-file using GNU AS'#000+
   '6*2Agas_GNU Motorola assembler'#000+
   '6*2Amit_MIT Syntax (old GAS)'#000+
   '6*2Amot_Standard Motorola assembler'#000+
-  '6*1O_optimiz','ations:'#000+
+  '6*1O_o','ptimizations:'#000+
   '6*2Oa_turn on the optimizer'#000+
   '6*2Og_generate smaller code'#000+
   '6*2OG_generate faster code (default)'#000+
   '6*2Ox_optimize maximum (still BUGGY!!!)'#000+
   '6*2O2_set target processor to a MC68020+'#000+
   '6*1R<x>_assembler reading style:'#000+
-  '6*2RMOT_read motorola sty','le assembler'#000+
+  '6*2RMOT_read motoro','la style assembler'#000+
   '6*1T<x>_Target operating system:'#000+
   '6*2TAMIGA_Commodore Amiga'#000+
   '6*2TATARI_Atari ST/STe/TT'#000+