[cfe-commits] r57090 - /cfe/trunk/win32/clangParse/clangParse.vcproj

Steve Naroff snaroff at apple.com
Sat Oct 4 17:52:59 PDT 2008


Author: snaroff
Date: Sat Oct  4 19:52:59 2008
New Revision: 57090

URL: http://llvm.org/viewvc/llvm-project?rev=57090&view=rev
Log:
Update VC++ project file

Modified:
    cfe/trunk/win32/clangParse/clangParse.vcproj

Modified: cfe/trunk/win32/clangParse/clangParse.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangParse/clangParse.vcproj?rev=57090&r1=57089&r2=57090&view=diff

==============================================================================
--- cfe/trunk/win32/clangParse/clangParse.vcproj (original)
+++ cfe/trunk/win32/clangParse/clangParse.vcproj Sat Oct  4 19:52:59 2008
@@ -195,6 +195,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\Parse\ParsePragma.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\Parse\Parser.cpp"
 				>
 			</File>
@@ -202,6 +206,10 @@
 				RelativePath="..\..\lib\Parse\ParseStmt.cpp"
 				>
 			</File>
+			<File
+				RelativePath="..\..\lib\Parse\ParseTentative.cpp"
+				>
+			</File>
 		</Filter>
 		<Filter
 			Name="Header Files"





More information about the cfe-commits mailing list