From ea7297dde5975e7c12adf6b36218d30ff44b8e3e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 13 Aug 2006 20:34:32 +0000 Subject: [PATCH] fix PCH; /YX is slow (http://blogs.msdn.com/branbray/archive/2005/07/08/437078.aspx). --- stepmania/src/StepMania-net2003.vcproj | 96 +++++++++++++++++++++++++- 1 file changed, 93 insertions(+), 3 deletions(-) diff --git a/stepmania/src/StepMania-net2003.vcproj b/stepmania/src/StepMania-net2003.vcproj index 8e0215b7e0..119ab7c82b 100644 --- a/stepmania/src/StepMania-net2003.vcproj +++ b/stepmania/src/StepMania-net2003.vcproj @@ -31,7 +31,7 @@ BasicRuntimeChecks="3" RuntimeLibrary="2" RuntimeTypeInfo="TRUE" - UsePrecompiledHeader="2" + UsePrecompiledHeader="3" PrecompiledHeaderThrough="global.h" PrecompiledHeaderFile="$(IntDir)/StepMania.pch" AssemblerListingLocation=".\../Debug/" @@ -117,7 +117,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ BufferSecurityCheck="FALSE" EnableFunctionLevelLinking="FALSE" RuntimeTypeInfo="TRUE" - UsePrecompiledHeader="2" + UsePrecompiledHeader="3" PrecompiledHeaderThrough="global.h" PrecompiledHeaderFile="$(IntDir)/StepMania.pch" AssemblerListingLocation=".\../Release/" @@ -193,7 +193,7 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ BasicRuntimeChecks="0" RuntimeLibrary="2" RuntimeTypeInfo="TRUE" - UsePrecompiledHeader="2" + UsePrecompiledHeader="3" PrecompiledHeaderThrough="global.h" PrecompiledHeaderFile="$(IntDir)/StepMania.pch" AssemblerListingLocation=".\../FastDebug/" @@ -1223,6 +1223,24 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ + + + + + + + + + @@ -2529,21 +2547,93 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ Filter=""> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +