Improved compile script
Now it'll pause in the command prompt if there's an error
This commit is contained in:
parent
c5de0ebb16
commit
97b962c699
|
@ -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...
|
||||
|
|
Loading…
Reference in New Issue