summaryrefslogtreecommitdiff
path: root/win32/System
diff options
context:
space:
mode:
authorHartmut Kaiser <hartmut.kaiser@gmail.com>2007-11-13 23:03:32 +0000
committerHartmut Kaiser <hartmut.kaiser@gmail.com>2007-11-13 23:03:32 +0000
commitea966dda1b29a519290df1c98af44f5a131e3ff0 (patch)
tree9d4e2825523aeccbbc04979adac61fff96283210 /win32/System
parent19450241e5ca3f679251c29f4926bb5f12ed535f (diff)
downloadllvm-ea966dda1b29a519290df1c98af44f5a131e3ff0.tar.gz
llvm-ea966dda1b29a519290df1c98af44f5a131e3ff0.tar.bz2
llvm-ea966dda1b29a519290df1c98af44f5a131e3ff0.tar.xz
Updated VC++ build system
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44081 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/System')
-rw-r--r--win32/System/System.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/System/System.vcproj b/win32/System/System.vcproj
index 04d3ec4c24..56862d1dc8 100644
--- a/win32/System/System.vcproj
+++ b/win32/System/System.vcproj
@@ -112,7 +112,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;.."
- PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
StringPooling="true"
RuntimeLibrary="2"
ForceConformanceInForLoopScope="true"