[llvm-commits] CVS: llvm/win32/opt/opt.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Sun Nov 5 11:32:33 PST 2006
Changes in directory llvm/win32/opt:
opt.vcproj updated: 1.4 -> 1.5
---
Log message:
Unbreak VC++ build.
---
Diffs of the changes: (+9 -0)
opt.vcproj | 9 +++++++++
1 files changed, 9 insertions(+)
Index: llvm/win32/opt/opt.vcproj
diff -u llvm/win32/opt/opt.vcproj:1.4 llvm/win32/opt/opt.vcproj:1.5
--- llvm/win32/opt/opt.vcproj:1.4 Sun Jan 29 22:07:08 2006
+++ llvm/win32/opt/opt.vcproj Sun Nov 5 13:31:28 2006
@@ -125,8 +125,17 @@
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
<File
+ RelativePath="..\..\tools\opt\AnalysisWrappers.cpp">
+ </File>
+ <File
+ RelativePath="..\..\tools\opt\GraphPrinters.cpp">
+ </File>
+ <File
RelativePath="..\..\tools\opt\opt.cpp">
</File>
+ <File
+ RelativePath="..\..\tools\opt\PrintSCC.cpp">
+ </File>
</Filter>
<Filter
Name="Header Files"
More information about the llvm-commits
mailing list