mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
Build Improvements
Corrects some situations where build fails, but kept going.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
REM setlocal & call BuildDoc || exit /b 1 & endlocal
|
||||
setlocal & call BuildProp || exit /b 1 & endlocal
|
||||
setlocal & call BuildShared || exit /b 1 & endlocal
|
||||
REM setlocal & call BuildBP || exit /b 1 & endlocal
|
||||
setlocal & call BuildImages || exit /b 1 & endlocal
|
||||
setlocal & call BuildROM %* || exit /b 1 & endlocal
|
||||
setlocal & call BuildZRC %* || exit /b 1 & endlocal
|
||||
setlocal & call BuildZZR %* || exit /b 1 & endlocal
|
||||
REM call BuildDoc || exit /b
|
||||
call BuildProp || exit /b
|
||||
call BuildShared || exit /b
|
||||
REM call BuildBP || exit /b
|
||||
call BuildImages || exit /b
|
||||
call BuildROM %* || exit /b
|
||||
call BuildZRC || exit /b
|
||||
call BuildZZR || exit /b
|
||||
Reference in New Issue
Block a user