[llvm-commits] CVS: llvm/win32/Support/Support.vcproj
Chris Lattner
lattner at cs.uiuc.edu
Sat Dec 4 11:14:59 PST 2004
Changes in directory llvm/win32/Support:
Support.vcproj updated: 1.3 -> 1.4
---
Log message:
Update the win32 project files, contributed by Morton Ofstad!
---
Diffs of the changes: (+67 -6)
Index: llvm/win32/Support/Support.vcproj
diff -u llvm/win32/Support/Support.vcproj:1.3 llvm/win32/Support/Support.vcproj:1.4
--- llvm/win32/Support/Support.vcproj:1.3 Mon Nov 15 11:27:00 2004
+++ llvm/win32/Support/Support.vcproj Sat Dec 4 13:14:38 2004
@@ -114,14 +114,17 @@
</File>
<File
RelativePath="..\..\lib\Support\Compressor.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""/>
+ </FileConfiguration>
</File>
<File
RelativePath="..\..\lib\Support\Debug.cpp">
</File>
<File
- RelativePath="..\..\lib\Support\DynamicLinker.cpp">
- </File>
- <File
RelativePath="..\..\lib\Support\FileUtilities.cpp">
<FileConfiguration
Name="Debug|Win32"
@@ -217,9 +220,6 @@
RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h">
</File>
<File
- RelativePath="..\..\include\llvm\Support\DynamicLinker.h">
- </File>
- <File
RelativePath="..\..\include\llvm\Support\ELF.h">
</File>
<File
@@ -289,6 +289,67 @@
RelativePath="..\..\include\llvm\Support\TypeInfo.h">
</File>
</Filter>
+ <Filter
+ Name="ADT"
+ Filter="">
+ <File
+ RelativePath="..\..\include\llvm\Adt\BitSetVector.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\DenseMap.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\GraphTraits.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\hash_map">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\hash_set">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\HashExtras.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\ilist">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\iterator">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\SCCIterator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\SetOperations.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\SetVector.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\Statistic.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\STLExtras.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\StringExtras.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\Tree.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\VectorExtras.h">
+ </File>
+ </Filter>
</Files>
<Globals>
</Globals>
More information about the llvm-commits
mailing list