commit | 77abd15c1ee65916d97321c6bd425fcc3b40caab | [log] [tgz] |
---|---|---|
author | Steve Naroff <snaroff@apple.com> | Fri May 09 19:10:27 2008 +0000 |
committer | Steve Naroff <snaroff@apple.com> | Fri May 09 19:10:27 2008 +0000 |
tree | a0e081a1784287d55d9dfc08ddec829f56cc27a7 | |
parent | a5f5e70c5530005db78ba201b456b976a8ebc3f4 [diff] |
More VC++ project file updates. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@50909 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/win32/clangCodeGen/clangCodeGen.vcproj b/win32/clangCodeGen/clangCodeGen.vcproj index ef3b3af..d7ca569 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 346945d4..b0e940d 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>