diff options
author | Lars Persson | 2006-02-28 18:59:15 +0000 |
---|---|---|
committer | Lars Persson | 2006-02-28 18:59:15 +0000 |
commit | 0b0848e34c647ac9208467f2118b8bae21db271f (patch) | |
tree | 98290276f69dc738b2a19187f043277a498bddd0 /backends/symbian | |
parent | 1e2aa59bcbc5d913eb3db92c4026a1f6618b2228 (diff) | |
download | scummvm-rg350-0b0848e34c647ac9208467f2118b8bae21db271f.tar.gz scummvm-rg350-0b0848e34c647ac9208467f2118b8bae21db271f.tar.bz2 scummvm-rg350-0b0848e34c647ac9208467f2118b8bae21db271f.zip |
Update buildfiles with CINE settings
svn-id: r20974
Diffstat (limited to 'backends/symbian')
-rw-r--r-- | backends/symbian/AdaptAllMMPs.pl | 2 | ||||
-rw-r--r-- | backends/symbian/BuildPackageUpload_LocalSettings.pl | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/backends/symbian/AdaptAllMMPs.pl b/backends/symbian/AdaptAllMMPs.pl index 566f672600..8dbe1cd64c 100644 --- a/backends/symbian/AdaptAllMMPs.pl +++ b/backends/symbian/AdaptAllMMPs.pl @@ -16,6 +16,7 @@ chdir("../../"); "mmp/scummvm_sword1.mmp", "mmp/scummvm_sword2.mmp", "mmp/scummvm_lure.mmp", + "mmp/scummvm_cine.mmp", "S60/ScummVM_S60.mmp", "S60v3/ScummVM_S60v3.mmp", @@ -83,6 +84,7 @@ ParseModule("_kyra", "kyra", \@section_empty); ParseModule("_sword1", "sword1", \@section_empty); ParseModule("_sword2", "sword2", \@section_empty); ParseModule("_lure", "lure", \@section_empty); +ParseModule("_cine", "cine", \@section_empty); print " ======================================================================================= diff --git a/backends/symbian/BuildPackageUpload_LocalSettings.pl b/backends/symbian/BuildPackageUpload_LocalSettings.pl index bda2fc4e40..a357b836db 100644 --- a/backends/symbian/BuildPackageUpload_LocalSettings.pl +++ b/backends/symbian/BuildPackageUpload_LocalSettings.pl @@ -12,6 +12,7 @@ MACRO DISABLE_SWORD1 // LIB:scummvm_sword1.lib MACRO DISABLE_SWORD2 // LIB:scummvm_sword2.lib MACRO DISABLE_LURE // LIB:scummvm_lure.lib + MACRO DISABLE_CINE // LIB:scummvm_cine.lib "; ## @@ -209,7 +210,8 @@ if (0) # all regular combo's MACRO DISABLE_SWORD1 // LIB:scummvm_sword1.lib MACRO DISABLE_SWORD2 // LIB:scummvm_sword2.lib //MACRO DISABLE_LURE // LIB:scummvm_lure.lib - "; + MACRO DISABLE_CINE + $DefaultBottomMacros"; $SDK_Variations{'ALL'}{'saga_mini'} = " //MACRO USE_ZLIB // LIB:zlib.lib @@ -222,6 +224,7 @@ if (0) # all regular combo's MACRO DISABLE_GOB // LIB:scummvm_gob.lib //MACRO DISABLE_SAGA // LIB:scummvm_saga.lib MACRO DISABLE_KYRA // LIB:scummvm_kyra.lib + MACRO DISABLE_CINE $DefaultBottomMacros"; $SDK_Variations{'ALL'}{'scumm_no78he'} = " @@ -237,6 +240,7 @@ if (0) # all regular combo's MACRO DISABLE_SCUMM_7_8 MACRO DISABLE_SCUMM_HE MACRO DISABLE_KYRA // LIB:scummvm_kyra.lib + MACRO DISABLE_CINE $DefaultBottomMacros"; # $SDK_Variations{'ALL'}{'all_vorbis'} = " |