[Scummvm-cvs-logs] SF.net SVN: scummvm: [20606] scummvm/trunk/backends/epoc

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Sun Feb 12 05:10:03 CET 2006


Revision: 20606
Author:   anotherguest
Date:     2006-02-12 05:08:11 -0800 (Sun, 12 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20606&view=rev

Log Message:
-----------


Modified Paths:
--------------
    scummvm/trunk/backends/epoc/AdaptAllMMPs.pl
    scummvm/trunk/backends/epoc/S60/ScummVM_S60_App.mmp
    scummvm/trunk/backends/epoc/S80/ScummVM_S80_App.mmp
    scummvm/trunk/backends/epoc/S90/Scummvm_S90_App.mmp
    scummvm/trunk/backends/epoc/UIQ2/ScummVM.rss
    scummvm/trunk/backends/epoc/UIQ3/scummvm-CVS-SymbianUIQ3.pkg
    scummvm/trunk/backends/epoc/mmp/initial_mmps.zip
    scummvm/trunk/backends/epoc/res/ScummVmAif.rss
    scummvm/trunk/backends/epoc/res/scummvm.rss
Modified: scummvm/trunk/backends/epoc/AdaptAllMMPs.pl
===================================================================
--- scummvm/trunk/backends/epoc/AdaptAllMMPs.pl	2006-02-12 13:02:48 UTC (rev 20605)
+++ scummvm/trunk/backends/epoc/AdaptAllMMPs.pl	2006-02-12 13:08:11 UTC (rev 20606)
@@ -26,7 +26,7 @@
 	
 my @section_empty = (""); # section standard: no #ifdef's in module.mk files
 my @sections_scumm = ("", "DISABLE_SCUMM_7_8", "DISABLE_HE"); # special sections for engine SCUMM
-my @base_excludes = ("mt32","fluidsynth"); # case insensitive exclusions for sound
+my @base_excludes = ("mt32","fluidsynth","i386","part","partial","partialmanager","synth","tables","freeverb"); # case insensitive exclusions for sound
 
 #arseModule(mmpStr,		dirStr,		ifdefArray,		[exclusionsArray])
 #ParseModule("_base",	"base",		\@section_empty); # now in ./TRG/ScummVM_TRG.mmp, these never change anyways...
@@ -34,12 +34,12 @@
 ParseModule("_base",	"gui",		\@section_empty);
 ParseModule("_base",	"graphics",	\@section_empty);
 ParseModule("_base",	"sound",	\@section_empty,		\@base_excludes);
-
+chdir("engines/");
 ParseModule("_scumm",	"scumm",	\@sections_scumm);
 ParseModule("_queen",	"queen",	\@section_empty);
 ParseModule("_simon",	"simon",	\@section_empty);
-ParseModule("_sky",		"sky",		\@section_empty);
-ParseModule("_gob",		"gob",		\@section_empty);
+ParseModule("_sky",	"sky",		\@section_empty);
+ParseModule("_gob",	"gob",		\@section_empty);
 ParseModule("_saga",	"saga",		\@section_empty);
 
 ParseModule("_kyra",	"kyra",		\@section_empty);

Modified: scummvm/trunk/backends/epoc/S60/ScummVM_S60_App.mmp
===================================================================
--- scummvm/trunk/backends/epoc/S60/ScummVM_S60_App.mmp	2006-02-12 13:02:48 UTC (rev 20605)
+++ scummvm/trunk/backends/epoc/S60/ScummVM_S60_App.mmp	2006-02-12 13:08:11 UTC (rev 20606)
@@ -2,7 +2,7 @@
  * Copyright (C) 2003-2005 Andreas 'Sprawl' Karlsson - Original EPOC port, ESDL
  * Copyright (C) 2003-2005 Lars 'AnotherGuest' Persson - Original EPOC port, Audio System
  * Copyright (C) 2005 Jurgen 'SumthinWicked' Braam - EPOC/CVS maintainer
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2005-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -18,7 +18,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header: 
  */
 
 //

Modified: scummvm/trunk/backends/epoc/S80/ScummVM_S80_App.mmp
===================================================================
--- scummvm/trunk/backends/epoc/S80/ScummVM_S80_App.mmp	2006-02-12 13:02:48 UTC (rev 20605)
+++ scummvm/trunk/backends/epoc/S80/ScummVM_S80_App.mmp	2006-02-12 13:08:11 UTC (rev 20606)
@@ -2,7 +2,7 @@
  * Copyright (C) 2003-2005 Andreas 'Sprawl' Karlsson - Original EPOC port, ESDL
  * Copyright (C) 2003-2005 Lars 'AnotherGuest' Persson - Original EPOC port, Audio System
  * Copyright (C) 2005 Jurgen 'SumthinWicked' Braam - EPOC/CVS maintainer
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2005-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -18,7 +18,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header: 
  */
 
 //

Modified: scummvm/trunk/backends/epoc/S90/Scummvm_S90_App.mmp
===================================================================
--- scummvm/trunk/backends/epoc/S90/Scummvm_S90_App.mmp	2006-02-12 13:02:48 UTC (rev 20605)
+++ scummvm/trunk/backends/epoc/S90/Scummvm_S90_App.mmp	2006-02-12 13:08:11 UTC (rev 20606)
@@ -2,7 +2,7 @@
  * Copyright (C) 2003-2005 Andreas 'Sprawl' Karlsson - Original EPOC port, ESDL
  * Copyright (C) 2003-2005 Lars 'AnotherGuest' Persson - Original EPOC port, Audio System
  * Copyright (C) 2005 Jurgen 'SumthinWicked' Braam - EPOC/CVS maintainer
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2005-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -18,7 +18,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header: 
  */
 
 //

Modified: scummvm/trunk/backends/epoc/UIQ2/ScummVM.rss
===================================================================
--- scummvm/trunk/backends/epoc/UIQ2/ScummVM.rss	2006-02-12 13:02:48 UTC (rev 20605)
+++ scummvm/trunk/backends/epoc/UIQ2/ScummVM.rss	2006-02-12 13:08:11 UTC (rev 20606)
@@ -2,7 +2,7 @@
  * Copyright (C) 2003-2005 Andreas 'Sprawl' Karlsson - Original EPOC port, ESDL
  * Copyright (C) 2003-2005 Lars 'AnotherGuest' Persson - Original EPOC port, Audio System
  * Copyright (C) 2005 Jurgen 'SumthinWicked' Braam - EPOC/CVS maintainer
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2005-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License

Modified: scummvm/trunk/backends/epoc/UIQ3/scummvm-CVS-SymbianUIQ3.pkg
===================================================================
--- scummvm/trunk/backends/epoc/UIQ3/scummvm-CVS-SymbianUIQ3.pkg	2006-02-12 13:02:48 UTC (rev 20605)
+++ scummvm/trunk/backends/epoc/UIQ3/scummvm-CVS-SymbianUIQ3.pkg	2006-02-12 13:08:11 UTC (rev 20606)
@@ -10,17 +10,17 @@
 :"ScummVM"
 
 ; UID is the app's UID
-#{"ScummVM UIQ3"},(0xA0000657),0,80,3
+#{"ScummVM UIQ3"},(0xA0000657),0,90,0
 
 ; ProductID for UIQ 3.0
 ; Product/platform version UID, Major, Minor, Build, Product ID
 (0x101F6300), 3, 0, 0, {"UIQ30ProductID"}
 
 ; Application, AIF & Resource file
-"\uiq3\epoc32\release\gcce\urel\ScummVM.exe"-"!:\sys\bin\ScummVM.exe"
+"\uiq3\epoc32\release\gcce\urel\ScummVM.exe"-		"!:\sys\bin\ScummVM.exe"
 "\uiq3\epoc32\data\z\resource\apps\ScummVM.rsc"-	"!:\resource\apps\ScummVM.rsc"
-"\uiq3\epoc32\Data\Z\resource\apps\scummvm_loc.rsc"-"!:\resource\apps\scummvm_loc.rsc"
-"\uiq3\epoc32\data\Z\resource\APPS\scummvm.MBM"-"!:\resource\apps\scummvm.MBM"
+"\uiq3\epoc32\Data\Z\resource\apps\scummvm_loc.rsc"-	"!:\resource\apps\scummvm_loc.rsc"
+"\uiq3\epoc32\data\Z\resource\APPS\scummvm.MBM"-	"!:\resource\apps\scummvm.MBM"
 "\uiq3\epoc32\data\z\private\10003a3f\apps\scummvm_reg.rsc"-"!:\private\10003a3f\import\apps\scummvm_reg.rsc"
 
 ; Config/log files: 'empty' will automagically be removed on uninstall

Modified: scummvm/trunk/backends/epoc/mmp/initial_mmps.zip
===================================================================
(Binary files differ)

Modified: scummvm/trunk/backends/epoc/res/ScummVmAif.rss
===================================================================
--- scummvm/trunk/backends/epoc/res/ScummVmAif.rss	2006-02-12 13:02:48 UTC (rev 20605)
+++ scummvm/trunk/backends/epoc/res/ScummVmAif.rss	2006-02-12 13:08:11 UTC (rev 20606)
@@ -2,7 +2,7 @@
  * Copyright (C) 2003-2005 Andreas 'Sprawl' Karlsson - Original EPOC port, ESDL
  * Copyright (C) 2003-2005 Lars 'AnotherGuest' Persson - Original EPOC port, Audio System
  * Copyright (C) 2005 Jurgen 'SumthinWicked' Braam - EPOC/CVS maintainer
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2005-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -18,7 +18,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * $Header: 
  */
 
 #include <aiftool.rh>

Modified: scummvm/trunk/backends/epoc/res/scummvm.rss
===================================================================
--- scummvm/trunk/backends/epoc/res/scummvm.rss	2006-02-12 13:02:48 UTC (rev 20605)
+++ scummvm/trunk/backends/epoc/res/scummvm.rss	2006-02-12 13:08:11 UTC (rev 20606)
@@ -2,7 +2,7 @@
  * Copyright (C) 2003-2005 Andreas 'Sprawl' Karlsson - Original EPOC port, ESDL
  * Copyright (C) 2003-2005 Lars 'AnotherGuest' Persson - Original EPOC port, Audio System
  * Copyright (C) 2005 Jurgen 'SumthinWicked' Braam - EPOC/CVS maintainer
- * Copyright (C) 2005 The ScummVM project
+ * Copyright (C) 2005-2006 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License







More information about the Scummvm-git-logs mailing list