diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2004-12-19 06:40:39 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2004-12-19 06:40:39 +0000 |
commit | e14dc8bb799a5e7f638182a43aef46c653ce686f (patch) | |
tree | ee163a13f3e8c76df836ba21c2888ebedb6c1639 /llvm/win32/Support | |
parent | b49205c550749709c7b1f0449b25b1b6e1b52976 (diff) | |
download | bcm5719-llvm-e14dc8bb799a5e7f638182a43aef46c653ce686f.tar.gz bcm5719-llvm-e14dc8bb799a5e7f638182a43aef46c653ce686f.zip |
Add lli project to Visual Studio
llvm-svn: 19035
Diffstat (limited to 'llvm/win32/Support')
-rw-r--r-- | llvm/win32/Support/Support.vcproj | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/llvm/win32/Support/Support.vcproj b/llvm/win32/Support/Support.vcproj index 8a5ca8b0af9..8c359ee4917 100644 --- a/llvm/win32/Support/Support.vcproj +++ b/llvm/win32/Support/Support.vcproj @@ -182,6 +182,37 @@ Name="VCCLCompilerTool"/> </FileConfiguration> </File> + <Filter + Name="bzip2" + Filter=""> + <File + RelativePath="..\..\lib\Support\bzip2\blocksort.c"> + </File> + <File + RelativePath="..\..\lib\Support\bzip2\bzlib.c"> + </File> + <File + RelativePath="..\..\lib\Support\bzip2\bzlib.h"> + </File> + <File + RelativePath="..\..\lib\Support\bzip2\bzlib_private.h"> + </File> + <File + RelativePath="..\..\lib\Support\bzip2\compress.c"> + </File> + <File + RelativePath="..\..\lib\Support\bzip2\crctable.c"> + </File> + <File + RelativePath="..\..\lib\Support\bzip2\decompress.c"> + </File> + <File + RelativePath="..\..\lib\Support\bzip2\huffman.c"> + </File> + <File + RelativePath="..\..\lib\Support\bzip2\randtable.c"> + </File> + </Filter> </Filter> <Filter Name="Header Files" |