[llvm-commits] CVS: llvm/win32/VMCore/VMCore.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Wed Jan 11 08:22:06 PST 2006
Changes in directory llvm/win32/VMCore:
VMCore.vcproj updated: 1.11 -> 1.12
---
Log message:
Visual Studio is feeling left out again.
---
Diffs of the changes: (+12 -0)
VMCore.vcproj | 12 ++++++++++++
1 files changed, 12 insertions(+)
Index: llvm/win32/VMCore/VMCore.vcproj
diff -u llvm/win32/VMCore/VMCore.vcproj:1.11 llvm/win32/VMCore/VMCore.vcproj:1.12
--- llvm/win32/VMCore/VMCore.vcproj:1.11 Fri Dec 16 18:14:47 2005
+++ llvm/win32/VMCore/VMCore.vcproj Wed Jan 11 10:21:53 2006
@@ -160,9 +160,15 @@
RelativePath="..\..\lib\VMCore\Type.cpp">
</File>
<File
+ RelativePath="..\..\lib\VMCore\TypeSymbolTable.cpp">
+ </File>
+ <File
RelativePath="..\..\lib\VMCore\Value.cpp">
</File>
<File
+ RelativePath="..\..\lib\VMCore\ValueSymbolTable.cpp">
+ </File>
+ <File
RelativePath="..\..\lib\VMCore\Verifier.cpp">
</File>
</Filter>
@@ -267,6 +273,9 @@
RelativePath="..\..\include\llvm\Type.h">
</File>
<File
+ RelativePath="..\..\include\llvm\TypeSymbolTable.h">
+ </File>
+ <File
RelativePath="..\..\include\llvm\Use.h">
</File>
<File
@@ -276,6 +285,9 @@
RelativePath="..\..\include\llvm\Value.h">
</File>
<File
+ RelativePath="..\..\include\llvm\ValueSymbolTable.h">
+ </File>
+ <File
RelativePath="..\..\include\llvm\Assembly\Writer.h">
</File>
</Filter>
More information about the llvm-commits
mailing list