[llvm-commits] [llvm] r57091 - in /llvm/trunk/win32: System/System.vcproj VMCore/VMCore.vcproj

Steve Naroff snaroff at apple.com
Sat Oct 4 18:04:07 PDT 2008


Author: snaroff
Date: Sat Oct  4 20:04:07 2008
New Revision: 57091

URL: http://llvm.org/viewvc/llvm-project?rev=57091&view=rev
Log:
Update VC++ project file

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

Modified: llvm/trunk/win32/System/System.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/System/System.vcproj?rev=57091&r1=57090&r2=57091&view=diff

==============================================================================
--- llvm/trunk/win32/System/System.vcproj (original)
+++ llvm/trunk/win32/System/System.vcproj Sat Oct  4 20:04:07 2008
@@ -314,6 +314,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\System\Host.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\System\IncludeFile.cpp"
 				>
 			</File>

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

==============================================================================
--- llvm/trunk/win32/VMCore/VMCore.vcproj (original)
+++ llvm/trunk/win32/VMCore/VMCore.vcproj Sat Oct  4 20:04:07 2008
@@ -426,10 +426,6 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\lib\VMCore\ParameterAttributes.cpp"
-				>
-			</File>
-			<File
 				RelativePath="..\..\lib\VMCore\Pass.cpp"
 				>
 			</File>





More information about the llvm-commits mailing list