[llvm-commits] CVS: llvm/win32/Support/Support.vcproj

Jeff Cohen jeffc at jolt-lang.org
Sun Nov 5 11:32:28 PST 2006



Changes in directory llvm/win32/Support:

Support.vcproj updated: 1.15 -> 1.16
---
Log message:

Unbreak VC++ build.

---
Diffs of the changes:  (+36 -6)

 Support.vcproj |   42 ++++++++++++++++++++++++++++++++++++------
 1 files changed, 36 insertions(+), 6 deletions(-)


Index: llvm/win32/Support/Support.vcproj
diff -u llvm/win32/Support/Support.vcproj:1.15 llvm/win32/Support/Support.vcproj:1.16
--- llvm/win32/Support/Support.vcproj:1.15	Mon Mar  6 20:58:13 2006
+++ llvm/win32/Support/Support.vcproj	Sun Nov  5 13:31:28 2006
@@ -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






More information about the llvm-commits mailing list