aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/symbian/AdaptAllMMPs.pl
diff options
context:
space:
mode:
authorLars Persson2010-08-27 07:11:31 +0000
committerLars Persson2010-08-27 07:11:31 +0000
commitfd574d5e24ce10cd10f75b73f6f98327f4ce79ce (patch)
treef9ac26a90d0949cf4980bb1c09a1f53ebe49ccb1 /backends/platform/symbian/AdaptAllMMPs.pl
parenta7541810b4c4b991267ce7a63c6c4ad25e79e080 (diff)
downloadscummvm-rg350-fd574d5e24ce10cd10f75b73f6f98327f4ce79ce.tar.gz
scummvm-rg350-fd574d5e24ce10cd10f75b73f6f98327f4ce79ce.tar.bz2
scummvm-rg350-fd574d5e24ce10cd10f75b73f6f98327f4ce79ce.zip
Add support for HUGO game engine
svn-id: r52405
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 2fba99b873..09b64371ce 100644
--- a/backends/platform/symbian/AdaptAllMMPs.pl
+++ b/backends/platform/symbian/AdaptAllMMPs.pl
@@ -33,6 +33,7 @@ chdir("../../../");
"mmp/scummvm_draci.mmp",
"mmp/scummvm_teenagent.mmp",
"mmp/scummvm_mohawk.mmp",
+ "mmp/scummvm_hugo.mmp",
# Target Platform Project Files
"S60/ScummVM_S60.mmp",
"S60v3/ScummVM_S60v3.mmp",
@@ -136,6 +137,7 @@ ParseModule("_sci", "sci", \@section_empty);
ParseModule("_draci", "draci", \@section_empty);
ParseModule("_teenagent","teenagent", \@section_empty);
ParseModule("_mohawk" ,"mohawk", \@section_empty);
+ParseModule("_hugo" ,"hugo", \@section_empty);
print "
=======================================================================================
Done. Enjoy :P