aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc71/gob.vcproj
diff options
context:
space:
mode:
authorFilippos Karapetis2008-09-08 13:00:43 +0000
committerFilippos Karapetis2008-09-08 13:00:43 +0000
commit84b97066a3d77cfcd6aa040e95b9930015e6751b (patch)
tree6ca15a44fd7bc15cbb8fcf3e7e63ef8bc6667260 /dists/msvc71/gob.vcproj
parent576482e91784dd3787d4da6405ad6f2ab7b481e9 (diff)
downloadscummvm-rg350-84b97066a3d77cfcd6aa040e95b9930015e6751b.tar.gz
scummvm-rg350-84b97066a3d77cfcd6aa040e95b9930015e6751b.tar.bz2
scummvm-rg350-84b97066a3d77cfcd6aa040e95b9930015e6751b.zip
Some more unification of options:
- AdditionalIncludeDirectories is set to "../../;../../engines" - InlineFunctionExpansion is set to "0" for debug and "2" for release builds - DisableLanguageExtensions is set to "false" (disabling language extensions leads to some very weird errors) - Detect64BitPortabilityProblems is set to "false", as setting it to "true" throws loads of warnings too (mainly related to strlen, when trying to store its result in an integer) svn-id: r34448
Diffstat (limited to 'dists/msvc71/gob.vcproj')
-rw-r--r--dists/msvc71/gob.vcproj11
1 files changed, 8 insertions, 3 deletions
diff --git a/dists/msvc71/gob.vcproj b/dists/msvc71/gob.vcproj
index e97c38b199..972e8ab12e 100644
--- a/dists/msvc71/gob.vcproj
+++ b/dists/msvc71/gob.vcproj
@@ -20,7 +20,8 @@
Name="VCCLCompilerTool"
AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
Optimization="0"
- AdditionalIncludeDirectories="../..;../../engines"
+ InlineFunctionExpansion="0"
+ AdditionalIncludeDirectories="../../;../../engines"
PreprocessorDefinitions="WIN32;_DEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
MinimalRebuild="TRUE"
ExceptionHandling="TRUE"
@@ -28,10 +29,13 @@
RuntimeLibrary="1"
BufferSecurityCheck="TRUE"
EnableFunctionLevelLinking="TRUE"
+ DisableLanguageExtensions="FALSE"
ForceConformanceInForLoopScope="TRUE"
UsePrecompiledHeader="0"
WarningLevel="4"
+ WarnAsError="TRUE"
SuppressStartupBanner="FALSE"
+ Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -68,11 +72,11 @@
Name="VCCLCompilerTool"
AdditionalOptions="/wd4201 /wd4512 /wd4511 /wd4100 /wd4121 /wd4310 /wd4706 /wd4127 /wd4189 /wd4702"
Optimization="3"
- InlineFunctionExpansion="1"
+ InlineFunctionExpansion="2"
EnableIntrinsicFunctions="TRUE"
FavorSizeOrSpeed="2"
OmitFramePointers="TRUE"
- AdditionalIncludeDirectories="../..;../../engines"
+ AdditionalIncludeDirectories="../../;../../engines"
PreprocessorDefinitions="WIN32;NDEBUG;USE_ZLIB;USE_MAD;USE_VORBIS"
StringPooling="TRUE"
ExceptionHandling="TRUE"
@@ -83,6 +87,7 @@
ForceConformanceInForLoopScope="TRUE"
UsePrecompiledHeader="0"
WarningLevel="4"
+ WarnAsError="TRUE"
DebugInformationFormat="0"/>
<Tool
Name="VCCustomBuildTool"/>