[Project64] Build script should rebuild
This commit is contained in:
parent
ac40f39269
commit
d554a18fa2
|
@ -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%
|
||||
|
|
Loading…
Reference in New Issue