aboutsummaryrefslogtreecommitdiffstats
path: root/win32/llvm-dis/llvm-dis.vcproj
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
commit502c9227e66291bcebe60defbc5eeabc1cd5380e (patch)
tree8579671504e1cfa3c90b935506da5e014001cab3 /win32/llvm-dis/llvm-dis.vcproj
parent1e9a0abb663d6c069ab67dbbdbb9df03ceebc9cb (diff)
downloadexternal_llvm-502c9227e66291bcebe60defbc5eeabc1cd5380e.zip
external_llvm-502c9227e66291bcebe60defbc5eeabc1cd5380e.tar.gz
external_llvm-502c9227e66291bcebe60defbc5eeabc1cd5380e.tar.bz2
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/llvm-dis/llvm-dis.vcproj')
-rw-r--r--win32/llvm-dis/llvm-dis.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/llvm-dis/llvm-dis.vcproj b/win32/llvm-dis/llvm-dis.vcproj
index f1a64dc..03527dd 100644
--- a/win32/llvm-dis/llvm-dis.vcproj
+++ b/win32/llvm-dis/llvm-dis.vcproj
@@ -41,7 +41,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\include;.."
- PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
StringPooling="true"
MinimalRebuild="true"
BasicRuntimeChecks="3"
@@ -124,7 +124,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;.."
- PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
StringPooling="true"
RuntimeLibrary="2"
ForceConformanceInForLoopScope="true"