[Project64] Build script should rebuild

This commit is contained in:
zilmar 2016-06-05 18:32:19 +10:00
parent ac40f39269
commit d554a18fa2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if %MSVC-BUILDER% == "" (
:: Build Win32 version of the software
IF EXIST "%base_dir%\output.txt" del "%base_dir%\output.txt"
%MSVC-BUILDER% "%base_dir%\Project64.vs2008.sln" /build "%BuildMode%|Win32" /out "%base_dir%\output.txt"
%MSVC-BUILDER% "%base_dir%\Project64.vs2008.sln" /rebuild "%BuildMode%|Win32" /out "%base_dir%\output.txt"
set Result=%ERRORLEVEL%
type "%base_dir%\output.txt"
echo Done - ERRORLEVEL: %Result%