summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2006-01-11 16:21:53 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2006-01-11 16:21:53 +0000
commit44e08d2372e533820747b3050bbd8e4898de7d68 (patch)
tree6410641aaca4830fe21627167ddf124f44fd63af /win32
parentdf46b26d94c922a9b852161fc0255875b2e22e20 (diff)
downloadllvm-44e08d2372e533820747b3050bbd8e4898de7d68.tar.gz
llvm-44e08d2372e533820747b3050bbd8e4898de7d68.tar.bz2
llvm-44e08d2372e533820747b3050bbd8e4898de7d68.tar.xz
Visual Studio is feeling left out again.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25215 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/VMCore/VMCore.vcproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj
index be6df6520b..c0d2dea039 100644
--- a/win32/VMCore/VMCore.vcproj
+++ b/win32/VMCore/VMCore.vcproj
@@ -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>