[cfe-commits] r58098 - /cfe/trunk/win32/clangAST/clangAST.vcproj
Steve Naroff
snaroff at apple.com
Fri Oct 24 09:53:42 PDT 2008
Author: snaroff
Date: Fri Oct 24 11:53:41 2008
New Revision: 58098
URL: http://llvm.org/viewvc/llvm-project?rev=58098&view=rev
Log:
Add another file to VC++ project.
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=58098&r1=58097&r2=58098&view=diff
==============================================================================
--- cfe/trunk/win32/clangAST/clangAST.vcproj (original)
+++ cfe/trunk/win32/clangAST/clangAST.vcproj Fri Oct 24 11:53:41 2008
@@ -328,6 +328,10 @@
RelativePath="..\..\include\clang\AST\Type.h"
>
</File>
+ <File
+ RelativePath="..\..\include\clang\AST\TypeOrdering.h"
+ >
+ </File>
</Filter>
</Files>
<Globals>
More information about the cfe-commits
mailing list