aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/AdaptAllMMPs.pl
diff options
context:
space:
mode:
authorLars Persson2009-11-30 08:09:15 +0000
committerLars Persson2009-11-30 08:09:15 +0000
commit343ded5f6ff9063d3cb58f2d3ac2bbbfdfe5ec87 (patch)
tree7e050fef7b44bb46591d6d38c4bc2569cbb539cf /backends/platform/symbian/AdaptAllMMPs.pl
parentc7305331eebd2e97160024ec54f4fc4282d5db2a (diff)
downloadscummvm-rg350-343ded5f6ff9063d3cb58f2d3ac2bbbfdfe5ec87.tar.gz
scummvm-rg350-343ded5f6ff9063d3cb58f2d3ac2bbbfdfe5ec87.tar.bz2
scummvm-rg350-343ded5f6ff9063d3cb58f2d3ac2bbbfdfe5ec87.zip
Add support for DRACI!
svn-id: r46212
Diffstat (limited to 'backends/platform/symbian/AdaptAllMMPs.pl')
-rw-r--r--backends/platform/symbian/AdaptAllMMPs.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/symbian/AdaptAllMMPs.pl b/backends/platform/symbian/AdaptAllMMPs.pl
index 5c64b69d09..b54b65ce11 100644
--- a/backends/platform/symbian/AdaptAllMMPs.pl
+++ b/backends/platform/symbian/AdaptAllMMPs.pl
@@ -30,6 +30,7 @@ chdir("../../../");
"mmp/scummvm_tinsel.mmp",
"mmp/scummvm_tucker.mmp",
"mmp/scummvm_sci.mmp",
+ "mmp/scummvm_draci.mmp",
# Target Platform Project Files
"S60/ScummVM_S60.mmp",
"S60v3/ScummVM_S60v3.mmp",
@@ -129,6 +130,7 @@ ParseModule("_tinsel", "tinsel", \@section_empty);
ParseModule("_groovie", "groovie", \@section_empty);
ParseModule("_tucker", "tucker", \@section_empty);
ParseModule("_sci", "sci", \@section_empty);
+ParseModule("_draci", "draci", \@section_empty);
print "
=======================================================================================
Done. Enjoy :P