From 97b962c6997b5338dec5ec3a0a256cbcdeb003db Mon Sep 17 00:00:00 2001 From: jeffman Date: Tue, 11 Apr 2017 01:16:34 -0400 Subject: [PATCH] Improved compile script Now it'll pause in the command prompt if there's an error --- insert.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insert.bat b/insert.bat index b2cb79c..c128312 100644 --- a/insert.bat +++ b/insert.bat @@ -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...