Martijn Laan 6 vuotta sitten
vanhempi
commit
5d3905d1ff
1 muutettua tiedostoa jossa 2 lisäystä ja 3 poistoa
  1. 2 3
      compile.bat

+ 2 - 3
compile.bat

@@ -5,7 +5,7 @@ rem  Copyright (C) 1997-2018 Jordan Russell
 rem  Portions by Martijn Laan
 rem  Portions by Martijn Laan
 rem  For conditions of distribution and use, see LICENSE.TXT.
 rem  For conditions of distribution and use, see LICENSE.TXT.
 rem
 rem
-rem  Batch file to compile all projects with Unicode support
+rem  Batch file to compile the help files and all projects
 
 
 setlocal
 setlocal
 
 
@@ -35,8 +35,7 @@ rem  Note:
 rem  Command line parameter "--peflags:1" below equals the
 rem  Command line parameter "--peflags:1" below equals the
 rem  {$SetPEFlags IMAGE_FILE_RELOCS_STRIPPED} directive.
 rem  {$SetPEFlags IMAGE_FILE_RELOCS_STRIPPED} directive.
 rem  This causes the Delphi compiler to not just set the flag
 rem  This causes the Delphi compiler to not just set the flag
-rem  but also it actually strips relocations. Used instead of
-rem  calling StripReloc like compile.bat does.
+rem  but also it actually strips relocations.
 
 
 set DELPHIXEDISABLEDWARNINGS=-W-SYMBOL_DEPRECATED -W-SYMBOL_PLATFORM -W-UNSAFE_CAST -W-EXPLICIT_STRING_CAST -W-EXPLICIT_STRING_CAST_LOSS -W-IMPLICIT_INTEGER_CAST_LOSS -W-IMPLICIT_CONVERSION_LOSS
 set DELPHIXEDISABLEDWARNINGS=-W-SYMBOL_DEPRECATED -W-SYMBOL_PLATFORM -W-UNSAFE_CAST -W-EXPLICIT_STRING_CAST -W-EXPLICIT_STRING_CAST_LOSS -W-IMPLICIT_INTEGER_CAST_LOSS -W-IMPLICIT_CONVERSION_LOSS