diff options
author | Steve Naroff <snaroff@apple.com> | 2008-05-09 19:10:27 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-05-09 19:10:27 +0000 |
commit | 618916e05be0283f969d2e8ac87517ea0b6dae6b (patch) | |
tree | a0e081a1784287d55d9dfc08ddec829f56cc27a7 | |
parent | 14b16b4a313e0fc6b4d0e320e38bb77dc009921f (diff) |
More VC++ project file updates.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50909 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | win32/clangCodeGen/clangCodeGen.vcproj | 4 | ||||
-rw-r--r-- | win32/clangDriver/clangDriver.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/win32/clangCodeGen/clangCodeGen.vcproj b/win32/clangCodeGen/clangCodeGen.vcproj index ef3b3afb72..d7ca5694fe 100644 --- a/win32/clangCodeGen/clangCodeGen.vcproj +++ b/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/win32/clangDriver/clangDriver.vcproj b/win32/clangDriver/clangDriver.vcproj index 346945d486..b0e940d256 100644 --- a/win32/clangDriver/clangDriver.vcproj +++ b/win32/clangDriver/clangDriver.vcproj @@ -214,6 +214,10 @@ >
</File>
<File
+ RelativePath="..\..\Driver\RewriteMacros.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\Driver\RewriteObjC.cpp"
>
</File>
|