diff options
author | Lars Persson | 2010-01-07 10:01:38 +0000 |
---|---|---|
committer | Lars Persson | 2010-01-07 10:01:38 +0000 |
commit | ecc5307f3fc705946f08f7e601674d95b6dd1b73 (patch) | |
tree | 995e917534a966bf085473d1c4a6cd2210fa5b93 | |
parent | 5fa34f0415fb7595cf792f05f5f5d7d34c175c41 (diff) | |
download | scummvm-rg350-ecc5307f3fc705946f08f7e601674d95b6dd1b73.tar.gz scummvm-rg350-ecc5307f3fc705946f08f7e601674d95b6dd1b73.tar.bz2 scummvm-rg350-ecc5307f3fc705946f08f7e601674d95b6dd1b73.zip |
Add update of mohawk engine
svn-id: r47103
-rw-r--r-- | backends/platform/symbian/AdaptAllMMPs.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/symbian/AdaptAllMMPs.pl b/backends/platform/symbian/AdaptAllMMPs.pl index a4b3bce4b7..2fba99b873 100644 --- a/backends/platform/symbian/AdaptAllMMPs.pl +++ b/backends/platform/symbian/AdaptAllMMPs.pl @@ -32,6 +32,7 @@ chdir("../../../"); "mmp/scummvm_sci.mmp", "mmp/scummvm_draci.mmp", "mmp/scummvm_teenagent.mmp", + "mmp/scummvm_mohawk.mmp", # Target Platform Project Files "S60/ScummVM_S60.mmp", "S60v3/ScummVM_S60v3.mmp", @@ -134,6 +135,7 @@ ParseModule("_tucker", "tucker", \@section_empty); ParseModule("_sci", "sci", \@section_empty); ParseModule("_draci", "draci", \@section_empty); ParseModule("_teenagent","teenagent", \@section_empty); +ParseModule("_mohawk" ,"mohawk", \@section_empty); print " ======================================================================================= Done. Enjoy :P |