Skip to content

Commit

Permalink
Updated VC++ build system
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43368 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
hkaiser committed Oct 25, 2007
1 parent 5f8ebaa commit 3faa173
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions win32/Bitcode/Bitcode.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath="..\..\include\llvm\Bitcode\Archive.h"
>
</File>
<File
RelativePath="..\..\include\llvm\Bitcode\Bitcodes.h"
>
Expand All @@ -223,6 +227,10 @@
RelativePath="..\..\include\llvm\Bitcode\BitstreamWriter.h"
>
</File>
<File
RelativePath="..\..\include\llvm\Bitcode\Deserialize.h"
>
</File>
<File
RelativePath="..\..\include\llvm\Bitcode\LLVMBitCodes.h"
>
Expand All @@ -231,6 +239,18 @@
RelativePath="..\..\include\llvm\Bitcode\ReaderWriter.h"
>
</File>
<File
RelativePath="..\..\include\llvm\Bitcode\Serialization.h"
>
</File>
<File
RelativePath="..\..\include\llvm\Bitcode\SerializationFwd.h"
>
</File>
<File
RelativePath="..\..\include\llvm\Bitcode\Serialize.h"
>
</File>
</Filter>
</Files>
<Globals>
Expand Down

0 comments on commit 3faa173

Please sign in to comment.