aboutsummaryrefslogtreecommitdiff
path: root/backends/symbian/mmp
diff options
context:
space:
mode:
authorLars Persson2006-04-12 07:56:44 +0000
committerLars Persson2006-04-12 07:56:44 +0000
commit0d9fc230bc0550171e515f2a8d341cec26d89c0c (patch)
tree25c2b4c6790e9e2177dc8dcdfa49e5d5f1a6bc6c /backends/symbian/mmp
parent7082e19ff2088e9e16758aa0c9f2da794eaadd75 (diff)
downloadscummvm-rg350-0d9fc230bc0550171e515f2a8d341cec26d89c0c.tar.gz
scummvm-rg350-0d9fc230bc0550171e515f2a8d341cec26d89c0c.tar.bz2
scummvm-rg350-0d9fc230bc0550171e515f2a8d341cec26d89c0c.zip
Updated project files with new required libs.
svn-id: r21821
Diffstat (limited to 'backends/symbian/mmp')
-rw-r--r--backends/symbian/mmp/scummvm_base.mmp.in19
-rw-r--r--backends/symbian/mmp/scummvm_cine.mmp.in54
-rw-r--r--backends/symbian/mmp/scummvm_simon.mmp.in1
3 files changed, 74 insertions, 0 deletions
diff --git a/backends/symbian/mmp/scummvm_base.mmp.in b/backends/symbian/mmp/scummvm_base.mmp.in
index 5fe7e89790..3b9e10c2c3 100644
--- a/backends/symbian/mmp/scummvm_base.mmp.in
+++ b/backends/symbian/mmp/scummvm_base.mmp.in
@@ -35,6 +35,25 @@ OPTION GCC -Wno-multichar -Wno-reorder // don't optimize for ARM, platform way
//START_AUTO_MACROS_MASTER//
// empty base file, will be updated by Perl build scripts
+
+ // list of possible MACROs: (will be replaced when generating scummvm_base.mmp)
+ //MACRO USE_ZLIB // LIB:zlib.lib
+ //MACRO USE_MAD // LIB:libmad.lib
+ //MACRO USE_TREMOR // LIB:libtremor.lib
+ //MACRO USE_UIQ_SE_VIBRA // LIB:vibration.lib
+ //MACRO DISABLE_SCUMM_7_8
+ //MACRO DISABLE_SCUMM_HE
+ //MACRO DISABLE_SCUMM // LIB:scummvm_scumm.lib
+ //MACRO DISABLE_SIMON // LIB:scummvm_simon.lib
+ //MACRO DISABLE_SKY // LIB:scummvm_sky.lib
+ //MACRO DISABLE_QUEEN // LIB:scummvm_queen.lib
+ //MACRO DISABLE_GOB // LIB:scummvm_gob.lib
+ //MACRO DISABLE_SAGA // LIB:scummvm_saga.lib
+ //MACRO DISABLE_KYRA // LIB:scummvm_kyra.lib
+ //MACRO DISABLE_SWORD1 // LIB:scummvm_sword1.lib
+ //MACRO DISABLE_SWORD2 // LIB:scummvm_sword2.lib
+ //MACRO DISABLE_LURE // LIB:scummvm_lure.lib
+ //MACRO DISABLE_CINE // LIB:scummvm_cine.lib
//STOP_AUTO_MACROS_MASTER//
diff --git a/backends/symbian/mmp/scummvm_cine.mmp.in b/backends/symbian/mmp/scummvm_cine.mmp.in
new file mode 100644
index 0000000000..8385d93a5a
--- /dev/null
+++ b/backends/symbian/mmp/scummvm_cine.mmp.in
@@ -0,0 +1,54 @@
+/* ScummVM - Scumm Interpreter
+ * 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-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
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ */
+
+//
+// EPOC MMP makefile project for ScummVM CINE
+//
+
+// *** Definitions
+
+TARGET scummvm_CINE.lib
+TARGETTYPE lib
+OPTION MSVC /QIfist /Ob1 /Oy /GF // /QIfist disables use of __ftol2 to avoid linker probs with MS libc: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/vcrefQIfistSuppress_ftol.asp
+OPTION GCC -Wno-multichar -Wno-reorder // don't optimize for ARM, platform way too sensitive for that :( just turn off some common warnings
+
+//START_AUTO_MACROS_SLAVE//
+
+ // empty base file, will be updated by Perl build scripts
+
+//STOP_AUTO_MACROS_SLAVE//
+
+// *** SOURCE files
+
+SOURCEPATH ..\..\..\engines\cine
+
+//START_AUTO_OBJECTS_CINE_//
+
+ // empty base file, will be updated by Perl build scripts
+
+//STOP_AUTO_OBJECTS_CINE_//
+
+// *** Include paths
+
+USERINCLUDE ..\..\..\engines
+USERINCLUDE ..\..\.. ..\..\..\common ..\..\..\gui ..\..\..\sound ..\src
+SYSTEMINCLUDE \epoc32\include \epoc32\include\libc ..\src
diff --git a/backends/symbian/mmp/scummvm_simon.mmp.in b/backends/symbian/mmp/scummvm_simon.mmp.in
index 616238e82f..4587392b20 100644
--- a/backends/symbian/mmp/scummvm_simon.mmp.in
+++ b/backends/symbian/mmp/scummvm_simon.mmp.in
@@ -51,4 +51,5 @@ SOURCEPATH ..\..\..\engines\simon
USERINCLUDE ..\..\..\engines
USERINCLUDE ..\..\.. ..\..\..\common ..\..\..\gui ..\..\..\sound ..\src
+SYSTEMINCLUDE \epoc32\include\ZLIB // before \epoc32\include because symbian already has older version
SYSTEMINCLUDE \epoc32\include \epoc32\include\libc ..\src