aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc71/scummvm.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/msvc71/scummvm.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/msvc71/scummvm.vcproj')
-rw-r--r--dists/msvc71/scummvm.vcproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/dists/msvc71/scummvm.vcproj b/dists/msvc71/scummvm.vcproj
index 451696b98f..50143e1811 100644
--- a/dists/msvc71/scummvm.vcproj
+++ b/dists/msvc71/scummvm.vcproj
@@ -79,7 +79,9 @@
Name="VCCLCompilerTool"
AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
Optimization="2"
- InlineFunctionExpansion="1"
+ InlineFunctionExpansion="0"
+ EnableIntrinsicFunctions="TRUE"
+ FavorSizeOrSpeed="2"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="../..;../../engines"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;USE_ZLIB;USE_MAD;USE_VORBIS;USE_MPEG2;USE_MT32EMU;ENABLE_AGI;ENABLE_AGOS;ENABLE_CINE;ENABLE_CRUISE;ENABLE_DRASCULA;ENABLE_GOB;ENABLE_IGOR;ENABLE_KYRA;ENABLE_LURE;ENABLE_M4;ENABLE_MADE;ENABLE_PARALLACTION;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_SCUMM;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TOUCHE;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_TINSEL"