Make build.bat work again after testing it.

This commit is contained in:
Martijn Laan 2025-04-18 11:31:30 +02:00
parent 916cc63871
commit d1c51abb4f
No known key found for this signature in database
GPG Key ID: E2DD568CF6098F6A

View File

@ -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