|
@@ -26,9 +26,6 @@ if "%DELPHIXEROOT%"=="" goto compilesettingserror
|
|
|
|
|
|
rem -------------------------------------------------------------------------
|
|
rem -------------------------------------------------------------------------
|
|
|
|
|
|
-if "%1"=="issigtool" goto issigtool
|
|
|
|
-if not "%1"=="" goto failed
|
|
|
|
-
|
|
|
|
rem Compile each project separately because it seems Delphi
|
|
rem Compile each project separately because it seems Delphi
|
|
rem carries some settings (e.g. $APPTYPE) between projects
|
|
rem carries some settings (e.g. $APPTYPE) between projects
|
|
rem if multiple projects are specified on the command line.
|
|
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
|
|
cd Projects
|
|
if errorlevel 1 goto failed
|
|
if errorlevel 1 goto failed
|
|
|
|
|
|
|
|
+if "%1"=="issigtool" goto issigtool
|
|
|
|
+if not "%1"=="" goto failed
|
|
|
|
+
|
|
echo - ISPP.dpr
|
|
echo - ISPP.dpr
|
|
mkdir Dcu\ISPP.dpr 2>nul
|
|
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
|
|
"%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
|