[Scummvm-cvs-logs] SF.net SVN: scummvm:[36203] scummvm/branches/branch-0-13-0/backends/ platform/symbian
anotherguest at users.sourceforge.net
anotherguest at users.sourceforge.net
Mon Feb 2 20:29:05 CET 2009
Revision: 36203
http://scummvm.svn.sourceforge.net/scummvm/?rev=36203&view=rev
Author: anotherguest
Date: 2009-02-02 19:29:05 +0000 (Mon, 02 Feb 2009)
Log Message:
-----------
Updated project building files
Modified Paths:
--------------
scummvm/branches/branch-0-13-0/backends/platform/symbian/AdaptAllMMPs.pl
scummvm/branches/branch-0-13-0/backends/platform/symbian/S60v3/ScummVM_A0000658_S60v3.mmp.in
scummvm/branches/branch-0-13-0/backends/platform/symbian/mmp/scummvm_saga.mmp.in
Modified: scummvm/branches/branch-0-13-0/backends/platform/symbian/AdaptAllMMPs.pl
===================================================================
--- scummvm/branches/branch-0-13-0/backends/platform/symbian/AdaptAllMMPs.pl 2009-02-02 18:34:19 UTC (rev 36202)
+++ scummvm/branches/branch-0-13-0/backends/platform/symbian/AdaptAllMMPs.pl 2009-02-02 19:29:05 UTC (rev 36203)
@@ -66,6 +66,7 @@
# some modules.mk files have #ifndef ENABLE_XXXX blocks:
my @section_empty = (""); # section standard: no #ifdef's in module.mk files
my @sections_scumm = ("", "ENABLE_SCUMM_7_8", "ENABLE_HE"); # special sections for engine SCUMM
+my @sections_saga = ("", "ENABLE_IHNM", "ENABLE_SAGA2"); # special sections for engine SAGA
# files excluded from build, case insensitive, will be matched in filename string only
@@ -111,7 +112,7 @@
ParseModule("_agos", "agos", \@section_empty);
ParseModule("_sky", "sky", \@section_empty);
ParseModule("_gob", "gob", \@section_empty);
-ParseModule("_saga", "saga", \@section_empty);
+ParseModule("_saga", "saga", \@sections_saga);
ParseModule("_kyra", "kyra", \@section_empty);
ParseModule("_sword1", "sword1", \@section_empty);
ParseModule("_sword2", "sword2", \@section_empty);
Modified: scummvm/branches/branch-0-13-0/backends/platform/symbian/S60v3/ScummVM_A0000658_S60v3.mmp.in
===================================================================
--- scummvm/branches/branch-0-13-0/backends/platform/symbian/S60v3/ScummVM_A0000658_S60v3.mmp.in 2009-02-02 18:34:19 UTC (rev 36202)
+++ scummvm/branches/branch-0-13-0/backends/platform/symbian/S60v3/ScummVM_A0000658_S60v3.mmp.in 2009-02-02 19:29:05 UTC (rev 36203)
@@ -68,7 +68,7 @@
MACRO S60
MACRO S60V3
-
+MACRO SECOND_EXE
ALWAYS_BUILD_AS_ARM
//START_AUTO_MACROS_SLAVE//
Modified: scummvm/branches/branch-0-13-0/backends/platform/symbian/mmp/scummvm_saga.mmp.in
===================================================================
--- scummvm/branches/branch-0-13-0/backends/platform/symbian/mmp/scummvm_saga.mmp.in 2009-02-02 18:34:19 UTC (rev 36202)
+++ scummvm/branches/branch-0-13-0/backends/platform/symbian/mmp/scummvm_saga.mmp.in 2009-02-02 19:29:05 UTC (rev 36203)
@@ -49,6 +49,18 @@
//STOP_AUTO_OBJECTS_SAGA_//
+//START_AUTO_OBJECTS_SAGA_ENABLE_IHNM//
+
+ // empty base file, will be updated by Perl build scripts
+
+//STOP_AUTO_OBJECTS_SAGA_ENABLE_IHNM//
+
+//START_AUTO_OBJECTS_SAGA_ENABLE_SAGA2//
+
+ // empty base file, will be updated by Perl build scripts
+
+//STOP_AUTO_OBJECTS_SAGA_ENABLE_SAGA2//
+
// *** Include paths
USERINCLUDE ..\..\..\..\engines
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