[cfe-commits] r49233 - /cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj
Steve Naroff
snaroff at apple.com
Fri Apr 4 14:24:02 PDT 2008
Author: snaroff
Date: Fri Apr 4 16:24:02 2008
New Revision: 49233
URL: http://llvm.org/viewvc/llvm-project?rev=49233&view=rev
Log:
Add BugReporter.cpp to VC++ project file.
Modified:
cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj
Modified: cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj?rev=49233&r1=49232&r2=49233&view=diff
==============================================================================
--- cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj (original)
+++ cfe/trunk/win32/clangAnalysis/clangAnalysis.vcproj Fri Apr 4 16:24:02 2008
@@ -161,6 +161,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\Analysis\BugReporter.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Analysis\CFRefCount.cpp"
>
</File>
More information about the cfe-commits
mailing list