From 89afb970d88e3efa8ddb2f1eafff10cd6525f2b7 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 29 Jan 2012 19:28:19 +0000 Subject: VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization. git-svn-id: http://mc-server.googlecode.com/svn/trunk@188 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- VC2008/MCServer.vcproj | 127 +++++++++++++++++++++---------------------------- 1 file changed, 53 insertions(+), 74 deletions(-) (limited to 'VC2008/MCServer.vcproj') diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj index 1bed41d81..4274c2f5e 100644 --- a/VC2008/MCServer.vcproj +++ b/VC2008/MCServer.vcproj @@ -46,7 +46,8 @@ MinimalRebuild="false" BasicRuntimeChecks="3" RuntimeLibrary="3" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="Globals.h" WarningLevel="3" DebugInformationFormat="4" /> @@ -115,7 +116,8 @@ AdditionalIncludeDirectories="../zlib-1.2.5;../jsoncpp-src-0.5.0/include;../lua-5.1.4/src;../tolua++-1.0.93/include" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;" RuntimeLibrary="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="Globals.h" WarningLevel="3" DebugInformationFormat="3" /> @@ -287,14 +289,6 @@ RelativePath="..\source\cEntity.h" > - - - - @@ -416,9 +410,18 @@ FavorSizeOrSpeed="1" OmitFramePointers="true" BasicRuntimeChecks="0" + UsePrecompiledHeader="0" DebugInformationFormat="3" /> + + + - - - - @@ -660,6 +655,30 @@ RelativePath="..\source\FileDefine.h" > + + + + + + + + + + @@ -1415,6 +1434,14 @@ RelativePath="..\source\cCriticalSection.h" > + + + + @@ -1423,6 +1450,14 @@ RelativePath="..\source\cSemaphore.h" > + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3