Improved compile script

Now it'll pause in the command prompt if there's an error
This commit is contained in:
jeffman 2017-04-11 01:16:34 -04:00
parent c5de0ebb16
commit 97b962c699
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ echo Compiling and assembling...
pushd compiled
Amalgamator\Amalgamator\bin\Debug\Amalgamator.exe -r m12.gba -c 0x8100000 -d "../" -i vwf.c ext.c
popd
if errorlevel 1 goto :eof
if errorlevel 1 (pause && goto :eof)
:: Assemble includes
echo Assembling includes...