[cfe-commits] r57592 - /cfe/trunk/win32/clangLibDriver/clangLibDriver.vcproj
Steve Naroff
snaroff at apple.com
Wed Oct 15 12:49:18 PDT 2008
Author: snaroff
Date: Wed Oct 15 14:49:15 2008
New Revision: 57592
URL: http://llvm.org/viewvc/llvm-project?rev=57592&view=rev
Log:
Add RewriteTest.cpp to VC++ project.
Modified:
cfe/trunk/win32/clangLibDriver/clangLibDriver.vcproj
Modified: cfe/trunk/win32/clangLibDriver/clangLibDriver.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangLibDriver/clangLibDriver.vcproj?rev=57592&r1=57591&r2=57592&view=diff
==============================================================================
--- cfe/trunk/win32/clangLibDriver/clangLibDriver.vcproj (original)
+++ cfe/trunk/win32/clangLibDriver/clangLibDriver.vcproj Wed Oct 15 14:49:15 2008
@@ -157,6 +157,10 @@
>
</File>
<File
+ RelativePath="..\..\Driver\RewriteTest.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Driver\TextDiagnosticBuffer.cpp"
>
</File>
More information about the cfe-commits
mailing list