MakeRelease.bat - turn off DeveloperBuild flag before compiling, and set it back afterward

This commit is contained in:
adelikat 2015-02-02 22:13:34 +00:00
parent 18987d001d
commit 9b8cd47a0c
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,8 @@
svn --version > NUL
@if errorlevel 1 goto MISSINGSVN
fart "..\Version\VersionInfo.cs" "DeveloperBuild = true" "DeveloperBuild = false"
call msbuild.exe ..\BizHawk.sln /p:Configuration=Release /p:Platform="x86" /t:rebuild
rmdir /s /q temp
@ -34,6 +36,7 @@ upx -d *.exe
cd ..
rmdir /s /q temp
fart "..\Version\VersionInfo.cs" "DeveloperBuild = false" "DeveloperBuild = true"
goto END
:MISSINGSVN

BIN
Dist/fart.exe Normal file

Binary file not shown.