MakeRelease.bat - compile bizhawk in release mode first

This commit is contained in:
adelikat 2015-02-02 22:07:19 +00:00
parent 656c6e0585
commit 18987d001d
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
svn --version > NUL
@if errorlevel 1 goto MISSINGSVN
call msbuild.exe ..\BizHawk.sln /p:Configuration=Release /p:Platform="x86" /t:rebuild
rmdir /s /q temp
del /s BizHawk.zip
cd ..\output