summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2008-05-09 19:10:27 +0000
committerSteve Naroff <snaroff@apple.com>2008-05-09 19:10:27 +0000
commit0889b9bfaca8ae0611eac14e4bb826f59fb319b7 (patch)
treef028e1e9b885498eb26eb451ea4fb0db2c78021f
parentdb18f328d72b2b010b1c55f2ec4a22913cff0ce5 (diff)
downloadllvm-0889b9bfaca8ae0611eac14e4bb826f59fb319b7.tar.gz
More VC++ project file updates.
llvm-svn: 50909
-rw-r--r--clang/win32/clangCodeGen/clangCodeGen.vcproj4
-rw-r--r--clang/win32/clangDriver/clangDriver.vcproj4
2 files changed, 8 insertions, 0 deletions
diff --git a/clang/win32/clangCodeGen/clangCodeGen.vcproj b/clang/win32/clangCodeGen/clangCodeGen.vcproj
index ef3b3afb7254..d7ca5694fe0f 100644
--- a/clang/win32/clangCodeGen/clangCodeGen.vcproj
+++ b/clang/win32/clangCodeGen/clangCodeGen.vcproj
@@ -157,6 +157,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\CodeGen\CGDebugInfo.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\CGDecl.cpp"
>
</File>
diff --git a/clang/win32/clangDriver/clangDriver.vcproj b/clang/win32/clangDriver/clangDriver.vcproj
index 346945d486fc..b0e940d25662 100644
--- a/clang/win32/clangDriver/clangDriver.vcproj
+++ b/clang/win32/clangDriver/clangDriver.vcproj
@@ -214,6 +214,10 @@
>
</File>
<File
+ RelativePath="..\..\Driver\RewriteMacros.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\Driver\RewriteObjC.cpp"
>
</File>