diff options
author | Steve Naroff <snaroff@apple.com> | 2008-10-15 19:52:33 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-10-15 19:52:33 +0000 |
commit | 5955bfa873e5b23d1aac8f964947522a6304b3f4 (patch) | |
tree | 5fdf418e3f37341059da9faf35c9bec109d5ba1d /win32 | |
parent | 65adb993d5059f14b0996d967fee5529ef67ddcc (diff) |
Add TokenRewriter to VC++ project.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57593 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r-- | win32/clangRewrite/clangRewrite.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/clangRewrite/clangRewrite.vcproj b/win32/clangRewrite/clangRewrite.vcproj index 0573c6a1c0..7b1f898f9d 100644 --- a/win32/clangRewrite/clangRewrite.vcproj +++ b/win32/clangRewrite/clangRewrite.vcproj @@ -166,6 +166,10 @@ RelativePath="..\..\lib\Rewrite\RewriteRope.cpp"
>
</File>
+ <File
+ RelativePath="..\..\lib\Rewrite\TokenRewriter.cpp"
+ >
+ </File>
</Filter>
<Filter
Name="Header Files"
|