aboutsummaryrefslogtreecommitdiff
path: root/win/VC90/TrinityRealm.vcproj
diff options
context:
space:
mode:
authormegamage <none@none>2009-07-24 09:02:24 +0800
committermegamage <none@none>2009-07-24 09:02:24 +0800
commit5b4006ceed034009e76fe5cf58b3ce6e5217f985 (patch)
treea8481f4b8d337c81b343ef6d6526e74bdf7ce671 /win/VC90/TrinityRealm.vcproj
parent6482be4f0bcd40563f85ee17e8d48c1e702b8fae (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/TrinityRealm.vcproj')
-rw-r--r--win/VC90/TrinityRealm.vcproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/win/VC90/TrinityRealm.vcproj b/win/VC90/TrinityRealm.vcproj
index 98f1979ab1d..f2d56d22f8c 100644
--- a/win/VC90/TrinityRealm.vcproj
+++ b/win/VC90/TrinityRealm.vcproj
@@ -6,6 +6,7 @@
ProjectGUID="{563E9905-3657-460C-AE63-0AC39D162E23}"
RootNamespace="TrinityRealm"
Keyword="Win32Proj"
+ TargetFrameworkVersion="0"
>
<Platforms>
<Platform
@@ -48,7 +49,7 @@
AdditionalOptions="/MP"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE"
+ PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE;_SECURE_SCL=0"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
@@ -147,7 +148,7 @@
AdditionalOptions="/MP"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\..\dep\include;..\..\src\framework;..\..\src\shared;..\..\src\TrinityRealm;..\..\dep\ACE_wrappers"
- PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE"
+ PreprocessorDefinitions="VERSION=&quot;0.12.0-SVN&quot;,WIN32,NDEBUG,_CONSOLE;_SECURE_SCL=0"
StringPooling="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"