diff options
author | Steve Naroff <snaroff@apple.com> | 2008-11-04 00:01:14 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-11-04 00:01:14 +0000 |
commit | d0e2f83f958322d32e28bed3bffb20af36cf5693 (patch) | |
tree | 6fffb07cb30b64eefaee46a75719b790c5b3b54b | |
parent | b2f9e516327310d95840d442416084508f80c183 (diff) |
Update VC++ project file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58656 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | win32/clangLibDriver/clangLibDriver.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/clangLibDriver/clangLibDriver.vcproj b/win32/clangLibDriver/clangLibDriver.vcproj index f1a315f27d..ffbbed943c 100644 --- a/win32/clangLibDriver/clangLibDriver.vcproj +++ b/win32/clangLibDriver/clangLibDriver.vcproj @@ -157,6 +157,10 @@ >
</File>
<File
+ RelativePath="..\..\lib\Driver\PlistDiagnostics.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\Driver\RewriteTest.cpp"
>
</File>
|