aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/sky.vcproj
diff options
context:
space:
mode:
authorFilippos Karapetis2008-09-02 07:59:52 +0000
committerFilippos Karapetis2008-09-02 07:59:52 +0000
commit9edc5f445dc5179303a3862a3839865110c72a40 (patch)
treecb12a1723993cf8d68f3039f8e08de64e62df7fd /dists/msvc8/sky.vcproj
parent26b9ae0cd9b6ceca915b429793fc65363d730c49 (diff)
downloadscummvm-rg350-9edc5f445dc5179303a3862a3839865110c72a40.tar.gz
scummvm-rg350-9edc5f445dc5179303a3862a3839865110c72a40.tar.bz2
scummvm-rg350-9edc5f445dc5179303a3862a3839865110c72a40.zip
Changed the MSVC optimization settings for the release version of all current engines, according to the settings proposed in patch #1877032 - "better optimization settings for msvc9". SSE has NOT been enabled by default though, as it's not available under 64-bit platforms. Updated the MSVC 8 -> MSVC 7/7.1 batch file accordingly
svn-id: r34270
Diffstat (limited to 'dists/msvc8/sky.vcproj')
-rw-r--r--dists/msvc8/sky.vcproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/dists/msvc8/sky.vcproj b/dists/msvc8/sky.vcproj
index b2e77699e0..644a0c1a7b 100644
--- a/dists/msvc8/sky.vcproj
+++ b/dists/msvc8/sky.vcproj
@@ -111,8 +111,10 @@
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702 /wd4996"
- Optimization="2"
+ Optimization="3"
InlineFunctionExpansion="1"
+ EnableIntrinsicFunctions="true"
+ FavorSizeOrSpeed="2"
OmitFramePointers="true"
AdditionalIncludeDirectories="../..;../../engines"
PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"