Remove exit line from package-release.bat so that you can see console output after calling it.

develop
expwnent 2014-06-21 17:45:19 -04:00
parent 14697174fc
commit d7e3352b8c
1 changed files with 0 additions and 1 deletions

@ -3,4 +3,3 @@ call "%VS100COMNTOOLS%vsvars32.bat"
cd VC2010
msbuild /m /p:Platform=Win32 /p:Configuration=Release PACKAGE.vcxproj
cd ..
exit %ERRORLEVEL%