diff options
author | Steve Naroff <snaroff@apple.com> | 2008-10-15 19:49:15 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-10-15 19:49:15 +0000 |
commit | 65adb993d5059f14b0996d967fee5529ef67ddcc (patch) | |
tree | c13395f8c12012ce6b54a32b47513a819cf6b716 | |
parent | ca74360821a14f128a64faf137bb2be09c01e509 (diff) |
Add RewriteTest.cpp to VC++ project.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57592 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 316814d572..f1a315f27d 100644 --- a/win32/clangLibDriver/clangLibDriver.vcproj +++ b/win32/clangLibDriver/clangLibDriver.vcproj @@ -157,6 +157,10 @@ >
</File>
<File
+ RelativePath="..\..\Driver\RewriteTest.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Driver\TextDiagnosticBuffer.cpp"
>
</File>
|