mirror of
https://github.com/glest/glest-source.git
synced 2025-09-25 07:01:39 +02:00
Windows: delete Release\*.tlog before building
This commit is contained in:
Submodule data/glest_game updated: 368b27fa59...cfb41238ad
@@ -93,7 +93,7 @@ copy /b ..\..\source\glest_game\facilities\game_util.cpp +,,
|
||||
|
||||
rem Build Mega-Glest in release mode
|
||||
ECHO --------------------------------
|
||||
Echo Building Mega-Glest using Visual Studio 2010...
|
||||
Echo Building MegaGlest using Visual Studio 2010...
|
||||
|
||||
set CL=
|
||||
del ..\..\source\glest_game\facilities\gitversion.h
|
||||
@@ -103,6 +103,8 @@ 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
|
||||
|
||||
set msBuildMaxCPU=
|
||||
SET BuildInParallel=false
|
||||
SET BuildInParallelCount=
|
||||
|
@@ -117,7 +117,7 @@ copy /b ..\..\source\glest_game\facilities\game_util.cpp +,,
|
||||
|
||||
rem Build Mega-Glest in release mode
|
||||
ECHO --------------------------------
|
||||
Echo Building Mega-Glest using Visual Studio 2012...
|
||||
Echo Building MegaGlest using Visual Studio 2012...
|
||||
|
||||
set CL=/MP
|
||||
rem set INCLUDE=%ProgramFiles(x86)%\Microsoft SDKs\Windows\7.1A\Include;%INCLUDE%
|
||||
@@ -142,6 +142,8 @@ 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
|
||||
|
||||
rem set VisualStudioVersion=11.0
|
||||
set msBuildMaxCPU=
|
||||
SET BuildInParallel=false
|
||||
|
Reference in New Issue
Block a user