Make build.bat work again after testing it.
This commit is contained in:
parent
916cc63871
commit
d1c51abb4f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user