Selaa lähdekoodia

Make build.bat work again after testing it.

Martijn Laan 5 kuukautta sitten
vanhempi
commit
d1c51abb4f
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      compile.bat

+ 3 - 3
compile.bat

@@ -26,9 +26,6 @@ if "%DELPHIXEROOT%"=="" goto compilesettingserror
 
 rem -------------------------------------------------------------------------
 
-if "%1"=="issigtool" goto issigtool
-if not "%1"=="" goto failed
-
 rem  Compile each project separately because it seems Delphi
 rem  carries some settings (e.g. $APPTYPE) between projects
 rem  if multiple projects are specified on the command line.
@@ -38,6 +35,9 @@ set DELPHIXEDISABLEDWARNINGS=-W-SYMBOL_DEPRECATED -W-SYMBOL_PLATFORM -W-UNSAFE_C
 cd Projects
 if errorlevel 1 goto failed
 
+if "%1"=="issigtool" goto issigtool
+if not "%1"=="" goto failed
+
 echo - ISPP.dpr
 mkdir Dcu\ISPP.dpr 2>nul
 "%DELPHIXEROOT%\bin\dcc32.exe" --no-config -NSSystem;System.Win;Winapi -Q -B -H -W %DELPHIXEDISABLEDWARNINGS% %1 -U"%DELPHIXEROOT%\lib\win32\release" -E..\Files -NUDcu\ISPP.dpr ISPP.dpr