summaryrefslogtreecommitdiffstats
path: root/clang/win32
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-06-23 16:18:59 +0000
committerTed Kremenek <kremenek@apple.com>2008-06-23 16:18:59 +0000
commit75c93eed9a0e7f516f5f2c6a78ebd9ab71b8a6e1 (patch)
tree38d5d406b5cc4306b7a3e8a787b1baaa0d8a201b /clang/win32
parentb4e2637e9bf89c1dda46cd280f171e1975a3f91b (diff)
downloadbcm5719-llvm-75c93eed9a0e7f516f5f2c6a78ebd9ab71b8a6e1.tar.gz
bcm5719-llvm-75c93eed9a0e7f516f5f2c6a78ebd9ab71b8a6e1.zip
Update VS project files. Patch by Cedric Venet!
llvm-svn: 52625
Diffstat (limited to 'clang/win32')
-rw-r--r--clang/win32/clangAST/clangAST.vcproj10
-rw-r--r--clang/win32/clangAnalysis/clangAnalysis.vcproj2
-rw-r--r--clang/win32/clangBasic/clangBasic.vcproj2
-rw-r--r--clang/win32/clangCodeGen/clangCodeGen.vcproj2
-rw-r--r--clang/win32/clangDriver/clangDriver.vcproj2
-rw-r--r--clang/win32/clangLex/clangLex.vcproj2
-rw-r--r--clang/win32/clangParse/clangParse.vcproj2
-rw-r--r--clang/win32/clangRewrite/clangRewrite.vcproj2
-rw-r--r--clang/win32/clangSema/clangSema.vcproj2
9 files changed, 26 insertions, 0 deletions
diff --git a/clang/win32/clangAST/clangAST.vcproj b/clang/win32/clangAST/clangAST.vcproj
index 8b5aaaa3785..289aac71752 100644
--- a/clang/win32/clangAST/clangAST.vcproj
+++ b/clang/win32/clangAST/clangAST.vcproj
@@ -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>
diff --git a/clang/win32/clangAnalysis/clangAnalysis.vcproj b/clang/win32/clangAnalysis/clangAnalysis.vcproj
index d7d4c153f21..f2a42a19118 100644
--- a/clang/win32/clangAnalysis/clangAnalysis.vcproj
+++ b/clang/win32/clangAnalysis/clangAnalysis.vcproj
@@ -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"
>
diff --git a/clang/win32/clangBasic/clangBasic.vcproj b/clang/win32/clangBasic/clangBasic.vcproj
index e611e30ffba..d836a6604c7 100644
--- a/clang/win32/clangBasic/clangBasic.vcproj
+++ b/clang/win32/clangBasic/clangBasic.vcproj
@@ -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"
>
diff --git a/clang/win32/clangCodeGen/clangCodeGen.vcproj b/clang/win32/clangCodeGen/clangCodeGen.vcproj
index d7ca5694fe0..01e8f11b235 100644
--- a/clang/win32/clangCodeGen/clangCodeGen.vcproj
+++ b/clang/win32/clangCodeGen/clangCodeGen.vcproj
@@ -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"
>
diff --git a/clang/win32/clangDriver/clangDriver.vcproj b/clang/win32/clangDriver/clangDriver.vcproj
index b0e940d2566..d3446419b11 100644
--- a/clang/win32/clangDriver/clangDriver.vcproj
+++ b/clang/win32/clangDriver/clangDriver.vcproj
@@ -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"
>
diff --git a/clang/win32/clangLex/clangLex.vcproj b/clang/win32/clangLex/clangLex.vcproj
index c2e8d35ca16..6e8e37ef652 100644
--- a/clang/win32/clangLex/clangLex.vcproj
+++ b/clang/win32/clangLex/clangLex.vcproj
@@ -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"
>
diff --git a/clang/win32/clangParse/clangParse.vcproj b/clang/win32/clangParse/clangParse.vcproj
index 23ce529597a..9b0ae3f849c 100644
--- a/clang/win32/clangParse/clangParse.vcproj
+++ b/clang/win32/clangParse/clangParse.vcproj
@@ -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"
>
diff --git a/clang/win32/clangRewrite/clangRewrite.vcproj b/clang/win32/clangRewrite/clangRewrite.vcproj
index a1e1e9dcacd..0573c6a1c04 100644
--- a/clang/win32/clangRewrite/clangRewrite.vcproj
+++ b/clang/win32/clangRewrite/clangRewrite.vcproj
@@ -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"
>
diff --git a/clang/win32/clangSema/clangSema.vcproj b/clang/win32/clangSema/clangSema.vcproj
index cc233d1f136..522e02f429b 100644
--- a/clang/win32/clangSema/clangSema.vcproj
+++ b/clang/win32/clangSema/clangSema.vcproj
@@ -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"
>
OpenPOWER on IntegriCloud