From abaff883baa97156690795643c0adc11948039c1 Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Wed, 7 Nov 2007 19:34:09 +0000 Subject: Updated VC++ build system git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43837 91177308-0d34-0410-b5e6-96231b3b80d8 --- win32/Support/Support.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/Support') 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 @@