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 --- VC2010/MCServer.vcxproj | 15 +++++++++++++-- VC2010/MCServer.vcxproj.filters | 2 ++ VC2010/WebServer.vcxproj | 13 +++++++++++-- VC2010/WebServer.vcxproj.filters | 15 ++++----------- 4 files changed, 30 insertions(+), 15 deletions(-) (limited to 'VC2010') diff --git a/VC2010/MCServer.vcxproj b/VC2010/MCServer.vcxproj index 84449e65d..48447f926 100644 --- a/VC2010/MCServer.vcxproj +++ b/VC2010/MCServer.vcxproj @@ -109,6 +109,8 @@ Level3 EditAndContinue true + Use + Globals.h /IGNORE:4078 %(AdditionalOptions) @@ -138,6 +140,8 @@ Level3 EditAndContinue true + Use + Globals.h /IGNORE:4078 %(AdditionalOptions) @@ -230,8 +234,7 @@ false StreamingSIMDExtensions Fast - - + Use Level4 @@ -239,6 +242,7 @@ true true + Globals.h /IGNORE:4078 %(AdditionalOptions) @@ -339,6 +343,7 @@ Speed true Default + NotUsing @@ -381,6 +386,11 @@ + + Create + Create + Create + @@ -540,6 +550,7 @@ + diff --git a/VC2010/MCServer.vcxproj.filters b/VC2010/MCServer.vcxproj.filters index 98598731a..0d7e966f9 100644 --- a/VC2010/MCServer.vcxproj.filters +++ b/VC2010/MCServer.vcxproj.filters @@ -907,6 +907,7 @@ cWebAdmin\cWebPlugin\cWebPlugin + @@ -1395,6 +1396,7 @@ cWebAdmin\cWebPlugin\cWebPlugin + diff --git a/VC2010/WebServer.vcxproj b/VC2010/WebServer.vcxproj index 03c84d620..90c0dc96c 100644 --- a/VC2010/WebServer.vcxproj +++ b/VC2010/WebServer.vcxproj @@ -76,6 +76,8 @@ Level3 Disabled true + Use + Globals.h true @@ -103,6 +105,8 @@ MultiThreaded Speed true + Use + Globals.h true @@ -128,7 +132,11 @@ - + + + Create + Create + @@ -136,7 +144,8 @@ - + + diff --git a/VC2010/WebServer.vcxproj.filters b/VC2010/WebServer.vcxproj.filters index 4c80b0863..105781d04 100644 --- a/VC2010/WebServer.vcxproj.filters +++ b/VC2010/WebServer.vcxproj.filters @@ -6,9 +6,8 @@ - - Threading - + + @@ -17,13 +16,7 @@ - - Threading - - - - - {5108ca96-8262-4e37-b891-cff8f714210e} - + + \ No newline at end of file -- cgit v1.2.3