[llvm-commits] [llvm] r56561 - /llvm/trunk/win32/VMCore/VMCore.vcproj

Steve Naroff snaroff at apple.com
Wed Sep 24 10:23:29 PDT 2008


Author: snaroff
Date: Wed Sep 24 12:23:28 2008
New Revision: 56561

URL: http://llvm.org/viewvc/llvm-project?rev=56561&view=rev
Log:
Add Attributes.cpp to the vcproj.

Modified:
    llvm/trunk/win32/VMCore/VMCore.vcproj

Modified: llvm/trunk/win32/VMCore/VMCore.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/VMCore/VMCore.vcproj?rev=56561&r1=56560&r2=56561&view=diff

==============================================================================
--- llvm/trunk/win32/VMCore/VMCore.vcproj (original)
+++ llvm/trunk/win32/VMCore/VMCore.vcproj Wed Sep 24 12:23:28 2008
@@ -310,6 +310,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\VMCore\Attributes.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\VMCore\AutoUpgrade.cpp"
 				>
 			</File>





More information about the llvm-commits mailing list