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

Jeff Cohen jeffc at jolt-lang.org
Sun Apr 29 07:22:38 PDT 2007



Changes in directory llvm/win32/Support:

Support.vcproj updated: 1.19 -> 1.20
---
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.19 llvm/win32/Support/Support.vcproj:1.20
--- llvm/win32/Support/Support.vcproj:1.19	Fri Apr  6 17:30:07 2007
+++ llvm/win32/Support/Support.vcproj	Sun Apr 29 09:22:14 2007
@@ -158,6 +158,9 @@
 				RelativePath="..\..\lib\Support\ManagedStatic.cpp">
 			</File>
 			<File
+				RelativePath="..\..\lib\Support\MemoryBuffer.cpp">
+			</File>
+			<File
 				RelativePath="..\..\lib\Support\PluginLoader.cpp">
 			</File>
 			<File
@@ -311,6 +314,9 @@
 				RelativePath="..\..\include\llvm\Support\MathExtras.h">
 			</File>
 			<File
+				RelativePath="..\..\include\llvm\Support\MemoryBuffer.h">
+			</File>
+			<File
 				RelativePath="..\..\include\llvm\Support\OutputBuffer.h">
 			</File>
 			<File






More information about the llvm-commits mailing list