[cfe-commits] r43124 - /cfe/trunk/win32/clangAST/clangAST.vcproj
Hartmut Kaiser
hartmut.kaiser at gmail.com
Thu Oct 18 05:32:11 PDT 2007
Author: hkaiser
Date: Thu Oct 18 07:32:10 2007
New Revision: 43124
URL: http://llvm.org/viewvc/llvm-project?rev=43124&view=rev
Log:
Updated VC++ build system
Modified:
cfe/trunk/win32/clangAST/clangAST.vcproj
Modified: cfe/trunk/win32/clangAST/clangAST.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangAST/clangAST.vcproj?rev=43124&r1=43123&r2=43124&view=diff
==============================================================================
--- cfe/trunk/win32/clangAST/clangAST.vcproj (original)
+++ cfe/trunk/win32/clangAST/clangAST.vcproj Thu Oct 18 07:32:10 2007
@@ -185,6 +185,10 @@
>
</File>
<File
+ RelativePath="..\..\AST\StmtIterator.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\AST\StmtPrinter.cpp"
>
</File>
@@ -255,6 +259,10 @@
>
</File>
<File
+ RelativePath="..\..\include\clang\AST\StmtIterator.h"
+ >
+ </File>
+ <File
RelativePath="..\..\include\clang\AST\StmtVisitor.h"
>
</File>
More information about the cfe-commits
mailing list