mirror of
https://github.com/glest/glest-source.git
synced 2025-09-24 22:51:27 +02:00
Windows: delete Release\*.tlog before building
This commit is contained in:
Submodule data/glest_game updated: 368b27fa59...cfb41238ad
@@ -93,16 +93,18 @@ 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
|
||||
|
||||
if not "%GITVERSION_SHA1%" == "." set CL=/DGITVERSIONHEADER
|
||||
if not "%GITVERSION_SHA1%" == "." echo building with CL [%CL%]
|
||||
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%
|
||||
@@ -138,10 +138,12 @@ rem set PlatformToolset=V110
|
||||
del ..\..\source\glest_game\facilities\gitversion.h
|
||||
|
||||
if not "%GITVERSION_SHA1%" == "." set CL=/DGITVERSIONHEADER
|
||||
if not "%GITVERSION_SHA1%" == "." echo building with CL [%CL%]
|
||||
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