diff options
-rw-r--r-- | win32/clangAST/clangAST.vcproj | 10 | ||||
-rw-r--r-- | win32/clangAnalysis/clangAnalysis.vcproj | 2 | ||||
-rw-r--r-- | win32/clangBasic/clangBasic.vcproj | 2 | ||||
-rw-r--r-- | win32/clangCodeGen/clangCodeGen.vcproj | 2 | ||||
-rw-r--r-- | win32/clangDriver/clangDriver.vcproj | 2 | ||||
-rw-r--r-- | win32/clangLex/clangLex.vcproj | 2 | ||||
-rw-r--r-- | win32/clangParse/clangParse.vcproj | 2 | ||||
-rw-r--r-- | win32/clangRewrite/clangRewrite.vcproj | 2 | ||||
-rw-r--r-- | win32/clangSema/clangSema.vcproj | 2 |
9 files changed, 26 insertions, 0 deletions
diff --git a/win32/clangAST/clangAST.vcproj b/win32/clangAST/clangAST.vcproj index 8b5aaaa378..289aac7175 100644 --- a/win32/clangAST/clangAST.vcproj +++ b/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/win32/clangAnalysis/clangAnalysis.vcproj b/win32/clangAnalysis/clangAnalysis.vcproj index d7d4c153f2..f2a42a1911 100644 --- a/win32/clangAnalysis/clangAnalysis.vcproj +++ b/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/win32/clangBasic/clangBasic.vcproj b/win32/clangBasic/clangBasic.vcproj index e611e30ffb..d836a6604c 100644 --- a/win32/clangBasic/clangBasic.vcproj +++ b/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/win32/clangCodeGen/clangCodeGen.vcproj b/win32/clangCodeGen/clangCodeGen.vcproj index d7ca5694fe..01e8f11b23 100644 --- a/win32/clangCodeGen/clangCodeGen.vcproj +++ b/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/win32/clangDriver/clangDriver.vcproj b/win32/clangDriver/clangDriver.vcproj index b0e940d256..d3446419b1 100644 --- a/win32/clangDriver/clangDriver.vcproj +++ b/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/win32/clangLex/clangLex.vcproj b/win32/clangLex/clangLex.vcproj index c2e8d35ca1..6e8e37ef65 100644 --- a/win32/clangLex/clangLex.vcproj +++ b/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/win32/clangParse/clangParse.vcproj b/win32/clangParse/clangParse.vcproj index 23ce529597..9b0ae3f849 100644 --- a/win32/clangParse/clangParse.vcproj +++ b/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/win32/clangRewrite/clangRewrite.vcproj b/win32/clangRewrite/clangRewrite.vcproj index a1e1e9dcac..0573c6a1c0 100644 --- a/win32/clangRewrite/clangRewrite.vcproj +++ b/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/win32/clangSema/clangSema.vcproj b/win32/clangSema/clangSema.vcproj index cc233d1f13..522e02f429 100644 --- a/win32/clangSema/clangSema.vcproj +++ b/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"
>
|