aboutsummaryrefslogtreecommitdiff
path: root/win/VC90/ScriptsInterfaces.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/ScriptsInterfaces.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/ScriptsInterfaces.vcproj')
-rw-r--r--win/VC90/ScriptsInterfaces.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/VC90/ScriptsInterfaces.vcproj b/win/VC90/ScriptsInterfaces.vcproj
index 7037cffdf68..26d4bf4a14e 100644
--- a/win/VC90/ScriptsInterfaces.vcproj
+++ b/win/VC90/ScriptsInterfaces.vcproj
@@ -210,7 +210,7 @@
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT;_SECURE_SCL=0"
RuntimeLibrary="2"
EnableEnhancedInstructionSet="1"
UsePrecompiledHeader="0"
@@ -292,7 +292,7 @@
Name="VCCLCompilerTool"
AdditionalOptions="/MP"
AdditionalIncludeDirectories="..\..\src\shared;..\..\src\framework;..\..\dep\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SCRIPT;_SECURE_SCL=0"
RuntimeLibrary="2"
EnableEnhancedInstructionSet="0"
UsePrecompiledHeader="0"