diff options
author | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2007-10-10 19:50:09 +0000 |
---|---|---|
committer | Hartmut Kaiser <hartmut.kaiser@gmail.com> | 2007-10-10 19:50:09 +0000 |
commit | 73184fcdc3a68800aa29c2f1743e509a495e3051 (patch) | |
tree | 2b6404429b83eee72a5e09656c798580ac15c6fc /win32/Support | |
parent | ebdbed384411da83f0cdca014e52f65165919bda (diff) | |
download | external_llvm-73184fcdc3a68800aa29c2f1743e509a495e3051.zip external_llvm-73184fcdc3a68800aa29c2f1743e509a495e3051.tar.gz external_llvm-73184fcdc3a68800aa29c2f1743e509a495e3051.tar.bz2 |
Updated VC++ build system.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42835 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/Support')
-rw-r--r-- | win32/Support/Support.vcproj | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj index 134c1b9..5f7c4dc 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;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_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;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" StringPooling="true" RuntimeLibrary="2" ForceConformanceInForLoopScope="true" @@ -296,6 +296,10 @@ > </File> <File + RelativePath="..\..\include\llvm\Support\CHelpers.h" + > + </File> + <File RelativePath="..\..\include\llvm\Support\CommandLine.h" > </File> @@ -388,6 +392,10 @@ > </File> <File + RelativePath="..\..\include\llvm\Support\Registry.h" + > + </File> + <File RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h" > </File> @@ -448,6 +456,10 @@ > </File> <File + RelativePath="..\..\include\llvm\ADT\DenseSet.h" + > + </File> + <File RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h" > </File> @@ -480,6 +492,14 @@ > </File> <File + RelativePath="..\..\include\llvm\ADT\ImmutableMap.h" + > + </File> + <File + RelativePath="..\..\include\llvm\ADT\ImmutableSet.h" + > + </File> + <File RelativePath="..\..\include\llvm\ADT\IndexedMap.h" > </File> |