[llvm-commits] CVS: llvm/win32/VMCore/VMCore.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Sat Jan 1 14:30:29 PST 2005
Changes in directory llvm/win32/VMCore:
VMCore.vcproj updated: 1.7 -> 1.8
---
Log message:
Add missing header files to projects.
---
Diffs of the changes: (+12 -0)
Index: llvm/win32/VMCore/VMCore.vcproj
diff -u llvm/win32/VMCore/VMCore.vcproj:1.7 llvm/win32/VMCore/VMCore.vcproj:1.8
--- llvm/win32/VMCore/VMCore.vcproj:1.7 Sat Dec 18 20:29:00 2004
+++ llvm/win32/VMCore/VMCore.vcproj Sat Jan 1 16:30:19 2005
@@ -178,9 +178,15 @@
RelativePath="..\..\include\llvm\Argument.h">
</File>
<File
+ RelativePath="..\..\include\llvm\Assembly\AsmAnnotationWriter.h">
+ </File>
+ <File
RelativePath="..\..\include\llvm\BasicBlock.h">
</File>
<File
+ RelativePath="..\..\include\llvm\Assembly\CachedWriter.h">
+ </File>
+ <File
RelativePath="..\..\include\llvm\CallGraphSCCPass.h">
</File>
<File
@@ -247,6 +253,9 @@
RelativePath="..\..\include\llvm\PassSupport.h">
</File>
<File
+ RelativePath="..\..\include\llvm\Assembly\PrintModulePass.h">
+ </File>
+ <File
RelativePath="..\..\include\llvm\SymbolTable.h">
</File>
<File
@@ -267,6 +276,9 @@
<File
RelativePath="..\..\include\llvm\Value.h">
</File>
+ <File
+ RelativePath="..\..\include\llvm\Assembly\Writer.h">
+ </File>
</Filter>
</Files>
<Globals>
More information about the llvm-commits
mailing list