diff options
| author | megamage <none@none> | 2009-07-24 09:02:24 +0800 |
|---|---|---|
| committer | megamage <none@none> | 2009-07-24 09:02:24 +0800 |
| commit | 5b4006ceed034009e76fe5cf58b3ce6e5217f985 (patch) | |
| tree | a8481f4b8d337c81b343ef6d6526e74bdf7ce671 /win/VC90/framework.vcproj | |
| parent | 6482be4f0bcd40563f85ee17e8d48c1e702b8fae (diff) | |
[8194] Use _SECURE_SCL=0 for speedup iterators work at Windows platform in release mode. Author: Ambal
Change added for VC80/VC90, but not added for VC10.
--HG--
branch : trunk
Diffstat (limited to 'win/VC90/framework.vcproj')
| -rw-r--r-- | win/VC90/framework.vcproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win/VC90/framework.vcproj b/win/VC90/framework.vcproj index 8639ac00d9b..a43051c83b3 100644 --- a/win/VC90/framework.vcproj +++ b/win/VC90/framework.vcproj @@ -6,6 +6,7 @@ ProjectGUID="{BF6F5D0E-33A5-4E23-9E7D-DD481B7B5B9E}" RootNamespace="framework" Keyword="Win32Proj" + TargetFrameworkVersion="0" > <Platforms> <Platform @@ -197,7 +198,7 @@ AdditionalOptions="/Zl /MP" InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0" StringPooling="true" MinimalRebuild="false" RuntimeLibrary="2" @@ -273,7 +274,7 @@ AdditionalOptions="/Zl /MP" InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\..\src\framework;..\..\dep\ACE_wrappers" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0" StringPooling="true" MinimalRebuild="false" RuntimeLibrary="2" |
