diff options
| author | Steve Naroff <snaroff@apple.com> | 2008-03-24 22:03:25 +0000 |
|---|---|---|
| committer | Steve Naroff <snaroff@apple.com> | 2008-03-24 22:03:25 +0000 |
| commit | 65838bb2d5e37deb7dbe1a17e50fd2786c456cd8 (patch) | |
| tree | 3a6a920fc99ac90e92eebc0db3d6e37f61068143 /clang/win32 | |
| parent | 48b1a18de4603bcd8ebae75e56306867dab5d8a4 (diff) | |
| download | bcm5719-llvm-65838bb2d5e37deb7dbe1a17e50fd2786c456cd8.tar.gz bcm5719-llvm-65838bb2d5e37deb7dbe1a17e50fd2786c456cd8.zip | |
Add a couple files to VC++ project and cleanup an "#if 0".
llvm-svn: 48748
Diffstat (limited to 'clang/win32')
| -rw-r--r-- | clang/win32/clangDriver/clangDriver.vcproj | 4 | ||||
| -rw-r--r-- | clang/win32/clangRewrite/clangRewrite.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/clang/win32/clangDriver/clangDriver.vcproj b/clang/win32/clangDriver/clangDriver.vcproj index 877f01f2db7..63bb67730c0 100644 --- a/clang/win32/clangDriver/clangDriver.vcproj +++ b/clang/win32/clangDriver/clangDriver.vcproj @@ -198,6 +198,10 @@ >
</File>
<File
+ RelativePath="..\..\Driver\HTMLPrint.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\Driver\PrintParserCallbacks.cpp"
>
</File>
diff --git a/clang/win32/clangRewrite/clangRewrite.vcproj b/clang/win32/clangRewrite/clangRewrite.vcproj index 0df445eeb87..c8082df1e84 100644 --- a/clang/win32/clangRewrite/clangRewrite.vcproj +++ b/clang/win32/clangRewrite/clangRewrite.vcproj @@ -149,6 +149,10 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
+ RelativePath="..\..\lib\Rewrite\HTMLRewrite.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Rewrite\Rewriter.cpp"
>
</File>
|

