[cfe-commits] r63018 - in /cfe/trunk/win32: clangAST/clangAST.vcproj clangLex/clangLex.vcproj clangLibDriver/clangLibDriver.vcproj clangParse/clangParse.vcproj clangSema/clangSema.vcproj

Steve Naroff snaroff at apple.com
Mon Jan 26 10:09:41 PST 2009


Author: snaroff
Date: Mon Jan 26 12:09:40 2009
New Revision: 63018

URL: http://llvm.org/viewvc/llvm-project?rev=63018&view=rev
Log:
Many updates to Windows project files.

Modified:
    cfe/trunk/win32/clangAST/clangAST.vcproj
    cfe/trunk/win32/clangLex/clangLex.vcproj
    cfe/trunk/win32/clangLibDriver/clangLibDriver.vcproj
    cfe/trunk/win32/clangParse/clangParse.vcproj
    cfe/trunk/win32/clangSema/clangSema.vcproj

Modified: cfe/trunk/win32/clangAST/clangAST.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangAST/clangAST.vcproj?rev=63018&r1=63017&r2=63018&view=diff

==============================================================================
--- cfe/trunk/win32/clangAST/clangAST.vcproj (original)
+++ cfe/trunk/win32/clangAST/clangAST.vcproj Mon Jan 26 12:09:40 2009
@@ -155,6 +155,10 @@
 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 			>
 			<File
+				RelativePath="..\..\lib\AST\APValue.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\AST\ASTConsumer.cpp"
 				>
 			</File>
@@ -175,6 +179,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\AST\DeclarationName.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\AST\DeclBase.cpp"
 				>
 			</File>

Modified: cfe/trunk/win32/clangLex/clangLex.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangLex/clangLex.vcproj?rev=63018&r1=63017&r2=63018&view=diff

==============================================================================
--- cfe/trunk/win32/clangLex/clangLex.vcproj (original)
+++ cfe/trunk/win32/clangLex/clangLex.vcproj Mon Jan 26 12:09:40 2009
@@ -211,6 +211,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\Lex\PTHLexer.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\Lex\ScratchBuffer.cpp"
 				>
 			</File>

Modified: cfe/trunk/win32/clangLibDriver/clangLibDriver.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangLibDriver/clangLibDriver.vcproj?rev=63018&r1=63017&r2=63018&view=diff

==============================================================================
--- cfe/trunk/win32/clangLibDriver/clangLibDriver.vcproj (original)
+++ cfe/trunk/win32/clangLibDriver/clangLibDriver.vcproj Mon Jan 26 12:09:40 2009
@@ -157,6 +157,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\Driver\ManagerRegistry.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\Driver\PlistDiagnostics.cpp"
 				>
 			</File>

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

==============================================================================
--- cfe/trunk/win32/clangParse/clangParse.vcproj (original)
+++ cfe/trunk/win32/clangParse/clangParse.vcproj Mon Jan 26 12:09:40 2009
@@ -208,6 +208,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\Parse\ParseTemplate.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\Parse\ParseTentative.cpp"
 				>
 			</File>

Modified: cfe/trunk/win32/clangSema/clangSema.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangSema/clangSema.vcproj?rev=63018&r1=63017&r2=63018&view=diff

==============================================================================
--- cfe/trunk/win32/clangSema/clangSema.vcproj (original)
+++ cfe/trunk/win32/clangSema/clangSema.vcproj Mon Jan 26 12:09:40 2009
@@ -211,6 +211,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\Sema\SemaLookup.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\Sema\SemaNamedCast.cpp"
 				>
 			</File>
@@ -223,6 +227,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\Sema\SemaTemplate.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\Sema\SemaType.cpp"
 				>
 			</File>





More information about the cfe-commits mailing list