summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2008-03-05 22:16:33 +0000
committerSteve Naroff <snaroff@apple.com>2008-03-05 22:16:33 +0000
commitf34729ae75457891edfd85c984d457acd236d1b0 (patch)
tree6ad40a0d8b90d0a5c118e9ab3668b740c0238bc1 /win32
parent4bf38da038cebf9396470630c3c39519e41706da (diff)
downloadclang-f34729ae75457891edfd85c984d457acd236d1b0.tar.gz
Update vcproj files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47967 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/clangAST/clangAST.vcproj8
-rw-r--r--win32/clangAnalysis/clangAnalysis.vcproj40
-rw-r--r--win32/clangBasic/clangBasic.vcproj8
-rw-r--r--win32/clangCodeGen/clangCodeGen.vcproj8
-rw-r--r--win32/clangDriver/clangDriver.vcproj4
-rw-r--r--win32/clangLex/clangLex.vcproj4
-rw-r--r--win32/clangSema/clangSema.vcproj10
7 files changed, 77 insertions, 5 deletions
diff --git a/win32/clangAST/clangAST.vcproj b/win32/clangAST/clangAST.vcproj
index 5ff55a1c28..9b4c37ee26 100644
--- a/win32/clangAST/clangAST.vcproj
+++ b/win32/clangAST/clangAST.vcproj
@@ -153,6 +153,10 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
+ RelativePath="..\..\AST\ASTConsumer.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\AST\ASTContext.cpp"
>
</File>
@@ -205,6 +209,10 @@
>
</File>
<File
+ RelativePath="..\..\AST\TranslationUnit.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\AST\Type.cpp"
>
</File>
diff --git a/win32/clangAnalysis/clangAnalysis.vcproj b/win32/clangAnalysis/clangAnalysis.vcproj
index 7c32fe4692..544337143a 100644
--- a/win32/clangAnalysis/clangAnalysis.vcproj
+++ b/win32/clangAnalysis/clangAnalysis.vcproj
@@ -157,13 +157,53 @@
>
</File>
<File
+ RelativePath="..\..\Analysis\ExplodedGraph.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Analysis\GRBlockCounter.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Analysis\GRCoreEngine.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Analysis\GRExprEngine.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Analysis\GRSimpleVals.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\Analysis\LiveVariables.cpp"
>
</File>
<File
+ RelativePath="..\..\Analysis\ProgramPoint.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Analysis\RValues.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Analysis\SymbolManager.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\Analysis\UninitializedValues.cpp"
>
</File>
+ <File
+ RelativePath="..\..\Analysis\ValueManager.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\Analysis\ValueState.cpp"
+ >
+ </File>
</Filter>
<Filter
Name="Header Files"
diff --git a/win32/clangBasic/clangBasic.vcproj b/win32/clangBasic/clangBasic.vcproj
index 8907a87d92..2401a0459d 100644
--- a/win32/clangBasic/clangBasic.vcproj
+++ b/win32/clangBasic/clangBasic.vcproj
@@ -166,6 +166,10 @@
>
</File>
<File
+ RelativePath="..\..\Basic\LangOptions.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\Basic\SourceLocation.cpp"
>
</File>
@@ -178,6 +182,10 @@
>
</File>
<File
+ RelativePath="..\..\Basic\Targets.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\Basic\TokenKinds.cpp"
>
</File>
diff --git a/win32/clangCodeGen/clangCodeGen.vcproj b/win32/clangCodeGen/clangCodeGen.vcproj
index 2765f23b50..71615e12bb 100644
--- a/win32/clangCodeGen/clangCodeGen.vcproj
+++ b/win32/clangCodeGen/clangCodeGen.vcproj
@@ -173,6 +173,10 @@
>
</File>
<File
+ RelativePath="..\..\CodeGen\CGExprConstant.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\CodeGen\CGExprScalar.cpp"
>
</File>
@@ -181,6 +185,10 @@
>
</File>
<File
+ RelativePath="..\..\CodeGen\CGObjCGNU.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\CodeGen\CGStmt.cpp"
>
</File>
diff --git a/win32/clangDriver/clangDriver.vcproj b/win32/clangDriver/clangDriver.vcproj
index 475eeabed4..877f01f2db 100644
--- a/win32/clangDriver/clangDriver.vcproj
+++ b/win32/clangDriver/clangDriver.vcproj
@@ -214,10 +214,6 @@
>
</File>
<File
- RelativePath="..\..\Driver\Targets.cpp"
- >
- </File>
- <File
RelativePath="..\..\Driver\TextDiagnosticBuffer.cpp"
>
</File>
diff --git a/win32/clangLex/clangLex.vcproj b/win32/clangLex/clangLex.vcproj
index 4fecb29be6..bc0daedd63 100644
--- a/win32/clangLex/clangLex.vcproj
+++ b/win32/clangLex/clangLex.vcproj
@@ -153,6 +153,10 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
+ RelativePath="..\..\Lex\HeaderMap.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\Lex\HeaderSearch.cpp"
>
</File>
diff --git a/win32/clangSema/clangSema.vcproj b/win32/clangSema/clangSema.vcproj
index 095588c651..853434810c 100644
--- a/win32/clangSema/clangSema.vcproj
+++ b/win32/clangSema/clangSema.vcproj
@@ -153,7 +153,7 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
- RelativePath="..\..\Sema\ASTStreamer.cpp"
+ RelativePath="..\..\Sema\ParseAST.cpp"
>
</File>
<File
@@ -169,6 +169,10 @@
>
</File>
<File
+ RelativePath="..\..\Sema\SemaDeclObjC.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\Sema\SemaExpr.cpp"
>
</File>
@@ -177,6 +181,10 @@
>
</File>
<File
+ RelativePath="..\..\Sema\SemaExprObjC.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\Sema\SemaStmt.cpp"
>
</File>