summaryrefslogtreecommitdiff
path: root/win32/Support
diff options
context:
space:
mode:
authorHartmut Kaiser <hartmut.kaiser@gmail.com>2007-11-07 19:34:09 +0000
committerHartmut Kaiser <hartmut.kaiser@gmail.com>2007-11-07 19:34:09 +0000
commitabaff883baa97156690795643c0adc11948039c1 (patch)
tree8579671504e1cfa3c90b935506da5e014001cab3 /win32/Support
parenta1dc96edd28340bc6e1971835bf09610cc7ecdb3 (diff)
downloadllvm-abaff883baa97156690795643c0adc11948039c1.tar.gz
llvm-abaff883baa97156690795643c0adc11948039c1.tar.bz2
llvm-abaff883baa97156690795643c0adc11948039c1.tar.xz
Updated VC++ build system
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43837 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/Support')
-rw-r--r--win32/Support/Support.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj
index 8929eb7fc5..6b4be953e8 100644
--- a/win32/Support/Support.vcproj
+++ b/win32/Support/Support.vcproj
@@ -41,7 +41,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\include;.."
- PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
StringPooling="true"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -111,7 +111,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;.."
- PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
StringPooling="true"
RuntimeLibrary="2"
ForceConformanceInForLoopScope="true"