summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2009-01-26 18:09:40 +0000
committerSteve Naroff <snaroff@apple.com>2009-01-26 18:09:40 +0000
commite5cfa88294a16702402978b02e167ed4c48ce26f (patch)
tree78dc6bc94df26be88e5832beffb69c847b8edb4f /win32
parente12d8e321016c2cc9dfad07a78a74fe2f8d7e884 (diff)
Many updates to Windows project files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63018 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/clangAST/clangAST.vcproj8
-rw-r--r--win32/clangLex/clangLex.vcproj4
-rw-r--r--win32/clangLibDriver/clangLibDriver.vcproj4
-rw-r--r--win32/clangParse/clangParse.vcproj4
-rw-r--r--win32/clangSema/clangSema.vcproj8
5 files changed, 28 insertions, 0 deletions
diff --git a/win32/clangAST/clangAST.vcproj b/win32/clangAST/clangAST.vcproj
index 4cbb7de7ae..8795412ba8 100644
--- a/win32/clangAST/clangAST.vcproj
+++ b/win32/clangAST/clangAST.vcproj
@@ -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>
diff --git a/win32/clangLex/clangLex.vcproj b/win32/clangLex/clangLex.vcproj
index e0cb22efa1..5bec4b8b8e 100644
--- a/win32/clangLex/clangLex.vcproj
+++ b/win32/clangLex/clangLex.vcproj
@@ -211,6 +211,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\Lex\PTHLexer.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Lex\ScratchBuffer.cpp"
>
</File>
diff --git a/win32/clangLibDriver/clangLibDriver.vcproj b/win32/clangLibDriver/clangLibDriver.vcproj
index ffbbed943c..de42ef72a7 100644
--- a/win32/clangLibDriver/clangLibDriver.vcproj
+++ b/win32/clangLibDriver/clangLibDriver.vcproj
@@ -157,6 +157,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\Driver\ManagerRegistry.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Driver\PlistDiagnostics.cpp"
>
</File>
diff --git a/win32/clangParse/clangParse.vcproj b/win32/clangParse/clangParse.vcproj
index 1ee5a75de7..4cf5525305 100644
--- a/win32/clangParse/clangParse.vcproj
+++ b/win32/clangParse/clangParse.vcproj
@@ -208,6 +208,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\Parse\ParseTemplate.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Parse\ParseTentative.cpp"
>
</File>
diff --git a/win32/clangSema/clangSema.vcproj b/win32/clangSema/clangSema.vcproj
index ef3dc58f28..572c3effca 100644
--- a/win32/clangSema/clangSema.vcproj
+++ b/win32/clangSema/clangSema.vcproj
@@ -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>