[Scummvm-cvs-logs] SF.net SVN: scummvm: [30677] scummvm/trunk/dists

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Mon Jan 28 16:10:25 CET 2008


Revision: 30677
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30677&view=rev
Author:   buddha_
Date:     2008-01-28 07:10:25 -0800 (Mon, 28 Jan 2008)

Log Message:
-----------
Fix compilation of Parallaction on MSVC 8 & 9 (Added gfxbase.cpp to their project files).

Modified Paths:
--------------
    scummvm/trunk/dists/msvc8/parallaction.vcproj
    scummvm/trunk/dists/msvc9/parallaction.vcproj

Modified: scummvm/trunk/dists/msvc8/parallaction.vcproj
===================================================================
--- scummvm/trunk/dists/msvc8/parallaction.vcproj	2008-01-28 14:45:54 UTC (rev 30676)
+++ scummvm/trunk/dists/msvc8/parallaction.vcproj	2008-01-28 15:10:25 UTC (rev 30677)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="windows-1252"?>
+<?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="8,00"
@@ -213,6 +213,10 @@
 			>
 		</File>
 		<File
+			RelativePath="..\..\engines\parallaction\gfxbase.cpp"
+			>
+		</File>
+		<File
 			RelativePath="..\..\engines\parallaction\graphics.cpp"
 			>
 		</File>

Modified: scummvm/trunk/dists/msvc9/parallaction.vcproj
===================================================================
--- scummvm/trunk/dists/msvc9/parallaction.vcproj	2008-01-28 14:45:54 UTC (rev 30676)
+++ scummvm/trunk/dists/msvc9/parallaction.vcproj	2008-01-28 15:10:25 UTC (rev 30677)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="windows-1252"?>
+<?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
 	Version="9,00"
@@ -214,6 +214,10 @@
 			>
 		</File>
 		<File
+			RelativePath="..\..\engines\parallaction\gfxbase.cpp"
+			>
+		</File>
+		<File
 			RelativePath="..\..\engines\parallaction\graphics.cpp"
 			>
 		</File>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list