From 343ded5f6ff9063d3cb58f2d3ac2bbbfdfe5ec87 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Mon, 30 Nov 2009 08:09:15 +0000 Subject: Add support for DRACI! svn-id: r46212 --- backends/platform/symbian/AdaptAllMMPs.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backends/platform/symbian/AdaptAllMMPs.pl') 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 -- cgit v1.2.3