From d554a18fa2a33ce714d765f471f4fddd7da767fc Mon Sep 17 00:00:00 2001 From: zilmar Date: Sun, 5 Jun 2016 18:32:19 +1000 Subject: [PATCH] [Project64] Build script should rebuild --- Source/Script/build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Script/build.cmd b/Source/Script/build.cmd index f287eab38..152ac46f5 100644 --- a/Source/Script/build.cmd +++ b/Source/Script/build.cmd @@ -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%