Commit 98ddcb2

Nick committed on
Update windows build script
commit 98ddcb226e2d37743d2e19a9ba60036cf0bc62b4 parent 19c3b8d
1 changed files +5−0
Modifiedbuild-release-win.bat +5−0
@@ -6,6 +6,7 @@ for /f %%i in ('where rgbfix') do set rgbfix=%%i
6 for /f %%i in ('where ffmpeg') do set ffmpeg=%%i 6 for /f %%i in ('where ffmpeg') do set ffmpeg=%%i
7 7
8 set outdir=%1 8 set outdir=%1
9 if x%outdir%==x goto no_outdir
9 10
10 :: Build halt.gb 11 :: Build halt.gb
11 %rgbasm% -o halt.obj halt.asm 12 %rgbasm% -o halt.obj halt.asm
@@ -68,4 +69,8 @@ exit/b 1
68 69
69 :copyfail 70 :copyfail
70 echo Error while copying required things from resources! 71 echo Error while copying required things from resources!
72 exit/b 1
73
74 :no_outdir
75 echo Output directory not specified!
71 exit/b 1 76 exit/b 1