[Scummvm-cvs-logs] SF.net SVN: scummvm:[39161] scummvm/trunk/backends/platform/symbian/ AdaptAllMMPs.pl

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Fri Mar 6 19:18:52 CET 2009


Revision: 39161
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39161&view=rev
Author:   anotherguest
Date:     2009-03-06 18:18:52 +0000 (Fri, 06 Mar 2009)

Log Message:
-----------
Handle subengine LOL in perl script

Modified Paths:
--------------
    scummvm/trunk/backends/platform/symbian/AdaptAllMMPs.pl

Modified: scummvm/trunk/backends/platform/symbian/AdaptAllMMPs.pl
===================================================================
--- scummvm/trunk/backends/platform/symbian/AdaptAllMMPs.pl	2009-03-06 18:14:44 UTC (rev 39160)
+++ scummvm/trunk/backends/platform/symbian/AdaptAllMMPs.pl	2009-03-06 18:18:52 UTC (rev 39161)
@@ -68,8 +68,8 @@
 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
+my @sections_kyra = ("", "ENABLE_LOL"); # special sections for engine KYRA
 
-
 # files excluded from build, case insensitive, will be matched in filename string only
 my @excludes_snd = ( 
 	"mt32.*",
@@ -114,7 +114,7 @@
 ParseModule("_sky",	"sky",		\@section_empty);
 ParseModule("_gob",	"gob",		\@section_empty);
 ParseModule("_saga",	"saga",		\@sections_saga);
-ParseModule("_kyra",	"kyra",		\@section_empty);
+ParseModule("_kyra",	"kyra",		\@sections_kyra);
 ParseModule("_sword1",	"sword1",	\@section_empty);
 ParseModule("_sword2",	"sword2",	\@section_empty);
 ParseModule("_lure",	"lure",		\@section_empty);


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