浏览代码

Make build.bat work again after testing it.

Martijn Laan 5 月之前
父节点
当前提交
d1c51abb4f
共有 1 个文件被更改,包括 3 次插入3 次删除
  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