|
@@ -5,7 +5,7 @@ rem Copyright (C) 1997-2024 Jordan Russell
|
|
rem Portions by Martijn Laan
|
|
rem Portions by Martijn Laan
|
|
rem For conditions of distribution and use, see LICENSE.TXT.
|
|
rem For conditions of distribution and use, see LICENSE.TXT.
|
|
rem
|
|
rem
|
|
-rem Batch file to compile IS7ZipDec.c using Embarcadero's free
|
|
|
|
|
|
+rem Batch file to compile IS7zDec.c using Embarcadero's free
|
|
rem C++ compiler from https://www.embarcadero.com/free-tools/ccompiler
|
|
rem C++ compiler from https://www.embarcadero.com/free-tools/ccompiler
|
|
rem with source debugging turned on
|
|
rem with source debugging turned on
|
|
|
|
|
|
@@ -28,8 +28,8 @@ if "%BCCROOT%"=="" goto compilesettingserror
|
|
|
|
|
|
rem -------------------------------------------------------------------------
|
|
rem -------------------------------------------------------------------------
|
|
|
|
|
|
-echo - Compiling IS7ZipDec.c
|
|
|
|
-"%BCCROOT%\bin\bcc32c.exe" -c -O2 -v IS7ZipDec.c
|
|
|
|
|
|
+echo - Compiling IS7zDec.c
|
|
|
|
+"%BCCROOT%\bin\bcc32c.exe" -c -O2 -v IS7zDec.c
|
|
if errorlevel 1 goto failed
|
|
if errorlevel 1 goto failed
|
|
|
|
|
|
echo Success!
|
|
echo Success!
|