[Scummvm-cvs-logs] SF.net SVN: scummvm:[41489] scummvm/trunk/dists
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Sat Jun 13 12:20:12 CEST 2009
Revision: 41489
http://scummvm.svn.sourceforge.net/scummvm/?rev=41489&view=rev
Author: thebluegr
Date: 2009-06-13 10:20:12 +0000 (Sat, 13 Jun 2009)
Log Message:
-----------
Properly updated the MSVC project files of the parallaction engine, fixing compilation. Side note: please, don't include files outside the engine's directory (like files in /common) for engine project files - it's wrong, as the same code will be compiled twice
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-13 09:40:42 UTC (rev 41488)
+++ scummvm/trunk/dists/msvc7/parallaction.vcproj 2009-06-13 10:20:12 UTC (rev 41489)
@@ -125,6 +125,9 @@
RelativePath="..\..\engines\parallaction\dialogue.cpp">
</File>
<File
+ RelativePath="..\..\engines\parallaction\disk.cpp">
+ </File>
+ <File
RelativePath="..\..\engines\parallaction\disk.h">
</File>
<File
@@ -173,12 +176,6 @@
RelativePath="..\..\engines\parallaction\gui_ns.cpp">
</File>
<File
- RelativePath="..\..\graphics\iff.cpp">
- </File>
- <File
- RelativePath="..\..\graphics\iff.h">
- </File>
- <File
RelativePath="..\..\engines\parallaction\input.cpp">
</File>
<File
Modified: scummvm/trunk/dists/msvc71/parallaction.vcproj
===================================================================
--- scummvm/trunk/dists/msvc71/parallaction.vcproj 2009-06-13 09:40:42 UTC (rev 41488)
+++ scummvm/trunk/dists/msvc71/parallaction.vcproj 2009-06-13 10:20:12 UTC (rev 41489)
@@ -139,6 +139,9 @@
RelativePath="..\..\engines\parallaction\dialogue.cpp">
</File>
<File
+ RelativePath="..\..\engines\parallaction\disk.cpp">
+ </File>
+ <File
RelativePath="..\..\engines\parallaction\disk.h">
</File>
<File
@@ -187,12 +190,6 @@
RelativePath="..\..\engines\parallaction\gui_ns.cpp">
</File>
<File
- RelativePath="..\..\graphics\iff.cpp">
- </File>
- <File
- RelativePath="..\..\graphics\iff.h">
- </File>
- <File
RelativePath="..\..\engines\parallaction\input.cpp">
</File>
<File
Modified: scummvm/trunk/dists/msvc8/parallaction.vcproj
===================================================================
--- scummvm/trunk/dists/msvc8/parallaction.vcproj 2009-06-13 09:40:42 UTC (rev 41488)
+++ scummvm/trunk/dists/msvc8/parallaction.vcproj 2009-06-13 10:20:12 UTC (rev 41489)
@@ -195,6 +195,10 @@
>
</File>
<File
+ RelativePath="..\..\engines\parallaction\disk.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\engines\parallaction\disk.h"
>
</File>
@@ -259,14 +263,6 @@
>
</File>
<File
- RelativePath="..\..\graphics\iff.cpp"
- >
- </File>
- <File
- RelativePath="..\..\graphics\iff.h"
- >
- </File>
- <File
RelativePath="..\..\engines\parallaction\input.cpp"
>
</File>
Modified: scummvm/trunk/dists/msvc9/parallaction.vcproj
===================================================================
--- scummvm/trunk/dists/msvc9/parallaction.vcproj 2009-06-13 09:40:42 UTC (rev 41488)
+++ scummvm/trunk/dists/msvc9/parallaction.vcproj 2009-06-13 10:20:12 UTC (rev 41489)
@@ -196,6 +196,10 @@
>
</File>
<File
+ RelativePath="..\..\engines\parallaction\disk.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\engines\parallaction\disk.h"
>
</File>
@@ -260,14 +264,6 @@
>
</File>
<File
- RelativePath="..\..\graphics\iff.cpp"
- >
- </File>
- <File
- RelativePath="..\..\graphics\iff.h"
- >
- </File>
- <File
RelativePath="..\..\engines\parallaction\input.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