diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-11-05 19:31:28 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-11-05 19:31:28 +0000 |
commit | d41b30def3181bce4bf87e8bde664d15663165d0 (patch) | |
tree | b4a9c4e0797b23f78257e4cb0f74fde8ec183b2e /win32/Support | |
parent | bcf81242df7983b8e86bec179c4fa04265b26db2 (diff) | |
download | external_llvm-d41b30def3181bce4bf87e8bde664d15663165d0.zip external_llvm-d41b30def3181bce4bf87e8bde664d15663165d0.tar.gz external_llvm-d41b30def3181bce4bf87e8bde664d15663165d0.tar.bz2 |
Unbreak VC++ build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31464 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/Support')
-rw-r--r-- | win32/Support/Support.vcproj | 42 |
1 files changed, 36 insertions, 6 deletions
diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj index e0b38c6..0da1c3f 100644 --- a/win32/Support/Support.vcproj +++ b/win32/Support/Support.vcproj @@ -110,6 +110,9 @@ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> <File + RelativePath="..\..\lib\Support\Allocator.cpp"> + </File> + <File RelativePath="..\..\lib\Support\Annotation.cpp"> </File> <File @@ -125,6 +128,9 @@ </FileConfiguration> </File> <File + RelativePath="..\..\lib\Support\CStringMap.cpp"> + </File> + <File RelativePath="..\..\lib\Support\Debug.cpp"> </File> <File @@ -134,12 +140,21 @@ RelativePath="..\..\lib\Support\FileUtilities.cpp"> </File> <File + RelativePath="..\..\lib\Support\FoldingSet.cpp"> + </File> + <File + RelativePath="..\..\lib\Support\GraphWriter.cpp"> + </File> + <File RelativePath="..\..\lib\Support\IsInf.cpp"> </File> <File RelativePath="..\..\lib\Support\IsNAN.cpp"> </File> <File + RelativePath="..\..\lib\Support\ManagedStatic.cpp"> + </File> + <File RelativePath="..\..\lib\Support\PluginLoader.cpp"> </File> <File @@ -169,9 +184,6 @@ <File RelativePath="..\..\lib\Support\Timer.cpp"> </File> - <File - RelativePath="..\..\lib\Support\ToolRunner.cpp"> - </File> <Filter Name="bzip2" Filter=""> @@ -212,6 +224,9 @@ RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h"> </File> <File + RelativePath="..\..\include\llvm\Support\Allocator.h"> + </File> + <File RelativePath="..\..\include\llvm\Support\Annotation.h"> </File> <File @@ -227,6 +242,9 @@ RelativePath="..\..\include\llvm\Support\CommandLine.h"> </File> <File + RelativePath="..\..\include\llvm\Support\Compiler.h"> + </File> + <File RelativePath="..\..\include\llvm\Support\Compressor.h"> </File> <File @@ -272,6 +290,9 @@ RelativePath="..\..\include\llvm\Support\MallocAllocator.h"> </File> <File + RelativePath="..\..\include\llvm\Support\ManagedStatic.h"> + </File> + <File RelativePath="..\..\include\llvm\Support\Mangler.h"> </File> <File @@ -305,9 +326,6 @@ RelativePath="..\..\include\llvm\Support\Timer.h"> </File> <File - RelativePath="..\..\include\llvm\Support\ToolRunner.h"> - </File> - <File RelativePath="..\..\include\llvm\Support\type_traits.h"> </File> <File @@ -321,6 +339,9 @@ RelativePath="..\..\include\llvm\Adt\BitSetVector.h"> </File> <File + RelativePath="..\..\include\llvm\ADT\CStringMap.h"> + </File> + <File RelativePath="..\..\include\llvm\Adt\DenseMap.h"> </File> <File @@ -330,6 +351,9 @@ RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h"> </File> <File + RelativePath="..\..\include\llvm\ADT\FoldingSet.h"> + </File> + <File RelativePath="..\..\include\llvm\Adt\GraphTraits.h"> </File> <File @@ -360,6 +384,12 @@ RelativePath="..\..\include\llvm\Adt\SetVector.h"> </File> <File + RelativePath="..\..\include\llvm\ADT\SmallString.h"> + </File> + <File + RelativePath="..\..\include\llvm\ADT\SmallVector.h"> + </File> + <File RelativePath="..\..\include\llvm\Adt\Statistic.h"> </File> <File |