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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Sat Jun 13 00:35:08 CEST 2009


Revision: 41484
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41484&view=rev
Author:   strangerke
Date:     2009-06-12 22:35:08 +0000 (Fri, 12 Jun 2009)

Log Message:
-----------
Fix MSVC compilation : iff.h and iff.cpp were move from engines\parallaction\ to graphics\

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

Modified: scummvm/trunk/dists/msvc7/parallaction.vcproj
===================================================================
--- scummvm/trunk/dists/msvc7/parallaction.vcproj	2009-06-12 20:38:59 UTC (rev 41483)
+++ scummvm/trunk/dists/msvc7/parallaction.vcproj	2009-06-12 22:35:08 UTC (rev 41484)
@@ -170,10 +170,10 @@
 			RelativePath="..\..\engines\parallaction\gui_ns.cpp">
 		</File>
 		<File
-			RelativePath="..\..\engines\parallaction\iff.cpp">
+			RelativePath="..\..\graphics\iff.cpp">
 		</File>
 		<File
-			RelativePath="..\..\engines\parallaction\iff.h">
+			RelativePath="..\..\graphics\iff.h">
 		</File>
 		<File
 			RelativePath="..\..\engines\parallaction\input.cpp">

Modified: scummvm/trunk/dists/msvc71/parallaction.vcproj
===================================================================
--- scummvm/trunk/dists/msvc71/parallaction.vcproj	2009-06-12 20:38:59 UTC (rev 41483)
+++ scummvm/trunk/dists/msvc71/parallaction.vcproj	2009-06-12 22:35:08 UTC (rev 41484)
@@ -184,10 +184,10 @@
 			RelativePath="..\..\engines\parallaction\gui_ns.cpp">
 		</File>
 		<File
-			RelativePath="..\..\engines\parallaction\iff.cpp">
+			RelativePath="..\..\graphics\iff.cpp">
 		</File>
 		<File
-			RelativePath="..\..\engines\parallaction\iff.h">
+			RelativePath="..\..\graphics\iff.h">
 		</File>
 		<File
 			RelativePath="..\..\engines\parallaction\input.cpp">

Modified: scummvm/trunk/dists/msvc8/parallaction.vcproj
===================================================================
--- scummvm/trunk/dists/msvc8/parallaction.vcproj	2009-06-12 20:38:59 UTC (rev 41483)
+++ scummvm/trunk/dists/msvc8/parallaction.vcproj	2009-06-12 22:35:08 UTC (rev 41484)
@@ -255,11 +255,11 @@
 			>
 		</File>
 		<File
-			RelativePath="..\..\engines\parallaction\iff.cpp"
+			RelativePath="..\..\graphics\iff.cpp"
 			>
 		</File>
 		<File
-			RelativePath="..\..\engines\parallaction\iff.h"
+			RelativePath="..\..\graphics\iff.h"
 			>
 		</File>
 		<File

Modified: scummvm/trunk/dists/msvc9/parallaction.vcproj
===================================================================
--- scummvm/trunk/dists/msvc9/parallaction.vcproj	2009-06-12 20:38:59 UTC (rev 41483)
+++ scummvm/trunk/dists/msvc9/parallaction.vcproj	2009-06-12 22:35:08 UTC (rev 41484)
@@ -256,11 +256,11 @@
 			>
 		</File>
 		<File
-			RelativePath="..\..\engines\parallaction\iff.cpp"
+			RelativePath="..\..\graphics\iff.cpp"
 			>
 		</File>
 		<File
-			RelativePath="..\..\engines\parallaction\iff.h"
+			RelativePath="..\..\graphics\iff.h"
 			>
 		</File>
 		<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