From fa0a8ac9e77c43e55b9f8445d897d51dbec5fd31 Mon Sep 17 00:00:00 2001 From: Tom Reynolds Date: Sun, 16 Mar 2014 06:16:24 +0100 Subject: [PATCH] No prompt for file removal --- mk/windoze/build-mg-2010.bat | 2 +- mk/windoze/build-mg-2012.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/windoze/build-mg-2010.bat b/mk/windoze/build-mg-2010.bat index 1ad686cbc..71c6be2fd 100644 --- a/mk/windoze/build-mg-2010.bat +++ b/mk/windoze/build-mg-2010.bat @@ -103,7 +103,7 @@ if not "%GITVERSION_SHA1%" == "." echo building with CL [%CL%] if not "%GITVERSION_SHA1%" == "." echo #define GITVERSION "%GITVERSION_REV%.%GITVERSION_SHA1%" > ..\..\source\glest_game\facilities\gitversion.h if not "%GITVERSION_SHA1%" == "." copy /b ..\..\source\glest_game\facilities\game_util.cpp +,, -del Release\*.tlog +del /Q /F Release\*.tlog set msBuildMaxCPU= SET BuildInParallel=false diff --git a/mk/windoze/build-mg-2012.bat b/mk/windoze/build-mg-2012.bat index eec4d4f67..1cddc6058 100644 --- a/mk/windoze/build-mg-2012.bat +++ b/mk/windoze/build-mg-2012.bat @@ -142,7 +142,7 @@ if not "%GITVERSION_SHA1%" == "." echo building with CL [%CL%] if not "%GITVERSION_SHA1%" == "." echo #define GITVERSION "%GITVERSION_REV%.%GITVERSION_SHA1%" > ..\..\source\glest_game\facilities\gitversion.h if not "%GITVERSION_SHA1%" == "." copy /b ..\..\source\glest_game\facilities\game_util.cpp +,, -del Release\*.tlog +del /Q /F Release\*.tlog rem set VisualStudioVersion=11.0 set msBuildMaxCPU=