[cfe-commits] r52074 - /cfe/trunk/win32/clangAST/clangAST.vcproj

Eli Friedman eli.friedman at gmail.com
Sat Jun 7 09:34:28 PDT 2008


Author: efriedma
Date: Sat Jun  7 11:34:27 2008
New Revision: 52074

URL: http://llvm.org/viewvc/llvm-project?rev=52074&view=rev
Log:
Fix Visual Studio project files; patch by Cédric Venet.


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=52074&r1=52073&r2=52074&view=diff

==============================================================================
--- cfe/trunk/win32/clangAST/clangAST.vcproj (original)
+++ cfe/trunk/win32/clangAST/clangAST.vcproj Sat Jun  7 11:34:27 2008
@@ -173,6 +173,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\AST\DeclBase.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\AST\DeclObjC.cpp"
 				>
 			</File>





More information about the cfe-commits mailing list