[cfe-commits] r52625 - in /cfe/trunk/win32: clangAST/clangAST.vcproj clangAnalysis/clangAnalysis.vcproj clangBasic/clangBasic.vcproj clangCodeGen/clangCodeGen.vcproj clangDriver/clangDriver.vcproj clangLex/clangLex.vcproj clangParse/clangParse.vcproj clangRewrite/clangRewrite.vcproj clangSema/clangSema.vcproj

Ted Kremenek kremenek at apple.com
Mon Jun 23 09:19:00 PDT 2008


Author: kremenek
Date: Mon Jun 23 11:18:59 2008
New Revision: 52625

URL: http://llvm.org/viewvc/llvm-project?rev=52625&view=rev
Log:
Update VS project files.  Patch by Cedric Venet!

Modified:
    cfe/trunk/win32/clangAST/clangAST.vcproj
    cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj
    cfe/trunk/win32/clangBasic/clangBasic.vcproj
    cfe/trunk/win32/clangCodeGen/clangCodeGen.vcproj
    cfe/trunk/win32/clangDriver/clangDriver.vcproj
    cfe/trunk/win32/clangLex/clangLex.vcproj
    cfe/trunk/win32/clangParse/clangParse.vcproj
    cfe/trunk/win32/clangRewrite/clangRewrite.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=52625&r1=52624&r2=52625&view=diff

==============================================================================
--- cfe/trunk/win32/clangAST/clangAST.vcproj (original)
+++ cfe/trunk/win32/clangAST/clangAST.vcproj Mon Jun 23 11:18:59 2008
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"
 			IntermediateDirectory="Debug"
 			ConfigurationType="4"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			>
 			<Tool
@@ -85,6 +86,7 @@
 			OutputDirectory="..\Release"
 			IntermediateDirectory="Release"
 			ConfigurationType="4"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			WholeProgramOptimization="1"
 			>
@@ -193,6 +195,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\AST\ParentMap.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\AST\Stmt.cpp"
 				>
 			</File>
@@ -271,6 +277,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\include\clang\AST\ParentMap.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\include\clang\AST\PrettyPrinter.h"
 				>
 			</File>

Modified: cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj?rev=52625&r1=52624&r2=52625&view=diff

==============================================================================
--- cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj (original)
+++ cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj Mon Jun 23 11:18:59 2008
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"
 			IntermediateDirectory="Debug"
 			ConfigurationType="4"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			>
 			<Tool
@@ -85,6 +86,7 @@
 			OutputDirectory="..\Release"
 			IntermediateDirectory="Release"
 			ConfigurationType="4"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			WholeProgramOptimization="1"
 			>

Modified: cfe/trunk/win32/clangBasic/clangBasic.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangBasic/clangBasic.vcproj?rev=52625&r1=52624&r2=52625&view=diff

==============================================================================
--- cfe/trunk/win32/clangBasic/clangBasic.vcproj (original)
+++ cfe/trunk/win32/clangBasic/clangBasic.vcproj Mon Jun 23 11:18:59 2008
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"
 			IntermediateDirectory="Debug"
 			ConfigurationType="4"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			>
 			<Tool
@@ -85,6 +86,7 @@
 			OutputDirectory="..\Release"
 			IntermediateDirectory="Release"
 			ConfigurationType="4"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			WholeProgramOptimization="1"
 			>

Modified: cfe/trunk/win32/clangCodeGen/clangCodeGen.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangCodeGen/clangCodeGen.vcproj?rev=52625&r1=52624&r2=52625&view=diff

==============================================================================
--- cfe/trunk/win32/clangCodeGen/clangCodeGen.vcproj (original)
+++ cfe/trunk/win32/clangCodeGen/clangCodeGen.vcproj Mon Jun 23 11:18:59 2008
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"
 			IntermediateDirectory="Debug"
 			ConfigurationType="4"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			>
 			<Tool
@@ -85,6 +86,7 @@
 			OutputDirectory="..\Release"
 			IntermediateDirectory="Release"
 			ConfigurationType="4"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			WholeProgramOptimization="1"
 			>

Modified: cfe/trunk/win32/clangDriver/clangDriver.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangDriver/clangDriver.vcproj?rev=52625&r1=52624&r2=52625&view=diff

==============================================================================
--- cfe/trunk/win32/clangDriver/clangDriver.vcproj (original)
+++ cfe/trunk/win32/clangDriver/clangDriver.vcproj Mon Jun 23 11:18:59 2008
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"
 			IntermediateDirectory="Debug"
 			ConfigurationType="1"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			ManagedExtensions="0"
 			>
@@ -101,6 +102,7 @@
 			OutputDirectory="..\Release"
 			IntermediateDirectory="Release"
 			ConfigurationType="1"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			WholeProgramOptimization="1"
 			>

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

==============================================================================
--- cfe/trunk/win32/clangLex/clangLex.vcproj (original)
+++ cfe/trunk/win32/clangLex/clangLex.vcproj Mon Jun 23 11:18:59 2008
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"
 			IntermediateDirectory="Debug"
 			ConfigurationType="4"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			>
 			<Tool
@@ -85,6 +86,7 @@
 			OutputDirectory="..\Release"
 			IntermediateDirectory="Release"
 			ConfigurationType="4"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			WholeProgramOptimization="1"
 			>

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

==============================================================================
--- cfe/trunk/win32/clangParse/clangParse.vcproj (original)
+++ cfe/trunk/win32/clangParse/clangParse.vcproj Mon Jun 23 11:18:59 2008
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"
 			IntermediateDirectory="Debug"
 			ConfigurationType="4"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			>
 			<Tool
@@ -85,6 +86,7 @@
 			OutputDirectory="..\Release"
 			IntermediateDirectory="Release"
 			ConfigurationType="4"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			WholeProgramOptimization="1"
 			>

Modified: cfe/trunk/win32/clangRewrite/clangRewrite.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangRewrite/clangRewrite.vcproj?rev=52625&r1=52624&r2=52625&view=diff

==============================================================================
--- cfe/trunk/win32/clangRewrite/clangRewrite.vcproj (original)
+++ cfe/trunk/win32/clangRewrite/clangRewrite.vcproj Mon Jun 23 11:18:59 2008
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"
 			IntermediateDirectory="Debug"
 			ConfigurationType="4"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			>
 			<Tool
@@ -83,6 +84,7 @@
 			OutputDirectory="..\Release"
 			IntermediateDirectory="Release"
 			ConfigurationType="4"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			WholeProgramOptimization="1"
 			>

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

==============================================================================
--- cfe/trunk/win32/clangSema/clangSema.vcproj (original)
+++ cfe/trunk/win32/clangSema/clangSema.vcproj Mon Jun 23 11:18:59 2008
@@ -20,6 +20,7 @@
 			OutputDirectory="..\Debug"
 			IntermediateDirectory="Debug"
 			ConfigurationType="4"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			>
 			<Tool
@@ -85,6 +86,7 @@
 			OutputDirectory="..\Release"
 			IntermediateDirectory="Release"
 			ConfigurationType="4"
+			InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
 			CharacterSet="2"
 			WholeProgramOptimization="1"
 			>





More information about the cfe-commits mailing list