MuckyFoot-UrbanChaos/fallen/psxlib1/MakeLibs.bat
2017-05-20 11:14:17 +10:00

16 lines
229 B
Batchfile

wmake /f WIN1.WMK DEBUG=0
@IF ERRORLEVEL 1 goto error
wmake /f WIN1.WMK DEBUG=1
@IF ERRORLEVEL 1 goto error
@goto end
:error
@echo.
@echo ERROR - Unable to build libraries.
@echo Examine ErrorLog.txt for details.
@echo.
:end