diff options
author | Chris Lattner <sabre@nondot.org> | 2004-12-04 19:14:38 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-12-04 19:14:38 +0000 |
commit | ffbc58de91ff7f0ee641695b6c5cafb0a34e011b (patch) | |
tree | ddf89237bec172ade6c6220000deaae9dbb76c47 /win32/VMCore | |
parent | c8ef1edc63508d21bf8e38112fc125cde01fdbb9 (diff) | |
download | external_llvm-ffbc58de91ff7f0ee641695b6c5cafb0a34e011b.zip external_llvm-ffbc58de91ff7f0ee641695b6c5cafb0a34e011b.tar.gz external_llvm-ffbc58de91ff7f0ee641695b6c5cafb0a34e011b.tar.bz2 |
Update the win32 project files, contributed by Morton Ofstad!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18495 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/VMCore')
-rw-r--r-- | win32/VMCore/VMCore.vcproj | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj index 45a1100..dd70394 100644 --- a/win32/VMCore/VMCore.vcproj +++ b/win32/VMCore/VMCore.vcproj @@ -171,14 +171,101 @@ Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> <File + RelativePath="..\..\include\llvm\AbstractTypeUser.h"> + </File> + <File + RelativePath="..\..\include\llvm\Argument.h"> + </File> + <File + RelativePath="..\..\include\llvm\BasicBlock.h"> + </File> + <File + RelativePath="..\..\include\llvm\CallGraphSCCPass.h"> + </File> + <File + RelativePath="..\..\include\llvm\Constant.h"> + </File> + <File RelativePath="..\..\lib\VMCore\ConstantFolding.h"> </File> <File + RelativePath="..\..\include\llvm\Constants.h"> + </File> + <File + RelativePath="..\..\include\llvm\DerivedTypes.h"> + </File> + <File + RelativePath="..\..\include\llvm\Function.h"> + </File> + <File + RelativePath="..\..\include\llvm\GlobalValue.h"> + </File> + <File + RelativePath="..\..\include\llvm\GlobalVariable.h"> + </File> + <File + RelativePath="..\..\include\llvm\InstrTypes.h"> + </File> + <File + RelativePath="..\..\include\llvm\Instruction.def"> + </File> + <File + RelativePath="..\..\include\llvm\Instruction.h"> + </File> + <File + RelativePath="..\..\include\llvm\Instructions.h"> + </File> + <File + RelativePath="..\..\include\llvm\IntrinsicInst.h"> + </File> + <File + RelativePath="..\..\include\llvm\Intrinsics.h"> + </File> + <File + RelativePath="..\..\include\llvm\Linker.h"> + </File> + <File + RelativePath="..\..\include\llvm\Module.h"> + </File> + <File + RelativePath="..\..\include\llvm\ModuleProvider.h"> + </File> + <File + RelativePath="..\..\include\llvm\Pass.h"> + </File> + <File + RelativePath="..\..\include\llvm\PassAnalysisSupport.h"> + </File> + <File + RelativePath="..\..\include\llvm\PassManager.h"> + </File> + <File RelativePath="..\..\lib\VMCore\PassManagerT.h"> </File> <File + RelativePath="..\..\include\llvm\PassSupport.h"> + </File> + <File + RelativePath="..\..\include\llvm\SymbolTable.h"> + </File> + <File + RelativePath="..\..\include\llvm\SymbolTableListTraits.h"> + </File> + <File RelativePath="..\..\lib\VMCore\SymbolTableListTraitsImpl.h"> </File> + <File + RelativePath="..\..\include\llvm\Type.h"> + </File> + <File + RelativePath="..\..\include\llvm\Use.h"> + </File> + <File + RelativePath="..\..\include\llvm\User.h"> + </File> + <File + RelativePath="..\..\include\llvm\Value.h"> + </File> </Filter> </Files> <Globals> |