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

Jeff Cohen jeffc at jolt-lang.org
Fri Dec 1 18:22:30 PST 2006



Changes in directory llvm/win32/Support:

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

Unbreak VC++ build.

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

 Support.vcproj |    6 ++++++
 1 files changed, 6 insertions(+)


Index: llvm/win32/Support/Support.vcproj
diff -u llvm/win32/Support/Support.vcproj:1.16 llvm/win32/Support/Support.vcproj:1.17
--- llvm/win32/Support/Support.vcproj:1.16	Sun Nov  5 13:31:28 2006
+++ llvm/win32/Support/Support.vcproj	Fri Dec  1 20:22:01 2006
@@ -176,6 +176,9 @@
 				RelativePath="..\..\lib\Support\Statistic.cpp">
 			</File>
 			<File
+				RelativePath="..\..\lib\Support\Streams.cpp">
+			</File>
+			<File
 				RelativePath="..\..\lib\Support\StringExtras.cpp">
 			</File>
 			<File
@@ -314,6 +317,9 @@
 				RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h">
 			</File>
 			<File
+				RelativePath="..\..\include\llvm\Support\Streams.h">
+			</File>
+			<File
 				RelativePath="..\..\include\llvm\Support\SystemUtils.h">
 			</File>
 			<File






More information about the llvm-commits mailing list