Skip to content

Commit

Permalink
SYMBIAN: Updated makefiles with new max heap 128mb, updated help file…
Browse files Browse the repository at this point in the history
…, new engine split.
  • Loading branch information
anotherguest committed Jul 10, 2014
1 parent a312ab4 commit 4939211
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 63 deletions.
35 changes: 18 additions & 17 deletions backends/platform/symbian/BuildPackageUpload_LocalSettings.pl
Expand Up @@ -2,31 +2,32 @@
##################################################################################################################

@WorkingEngines = qw(
agos agi bbvs cine cge composer cruise draci
drascula hugo gob groovie kyra lastexpress
agos agi cine cge composer cruise draci
drascula hugo gob groovie kyra
lure made mohawk parallaction pegasus queen
saga sci scumm sky sword1 sword2 teenagent tinsel
toltecs tony toon touche tsage tucker wintermute
dreamweb fullpipe hopkins mortevielle mads
neverhood testbed avalanche zvision voyeur
dreamweb hopkins mortevielle
neverhood voyeur
);
#### New engines
#### sword25

@WorkingEngines_1st = qw(
cine composer cruise drascula groovie
lastexpress made parallaction queen
saga scumm touche tucker wintermute
avalanche zvision voyeur
cine composer cruise
drascula groovie
lure made mohawk parallaction pegasus queen
saga scumm
toltecs tony toon touche tucker wintermute
neverhood voyeur
);

@WorkingEngines_2nd = qw(
agi agos bbvs cge draci gob hopkins
hugo kyra lure mohawk pegasus sci
sky sword1 sword2 teenagent mads
tinsel tsage toltecs tony toon
dreamweb fullpipe mortevielle
neverhood testbed
agos agi cge draci
hugo gob kyra
sci sky sword1 sword2 teenagent tinsel
tsage
dreamweb hopkins mortevielle
);
#### sword25

Expand Down Expand Up @@ -227,7 +228,7 @@
$SDK_RootDirs{'UIQ3'}= "G:\\UIQ3";
#$SDK_RootDirs{'S60v1'}= "D:\\S60v1";
#$SDK_RootDirs{'S60v2'}= "D:\\S60v2";
$SDK_RootDirs{'S60v3'}= "G:\\S60v3";
$SDK_RootDirs{'S60v3'}= "G:\\S60v5";
#$SDK_RootDirs{'S80'}= "D:\\S80";
#$SDK_RootDirs{'S90'}= "D:\\S90";
#$ECompXL_BinDir= "D:\\ECompXL\\";
Expand Down Expand Up @@ -325,8 +326,8 @@
{
# the first one includes all SDKs & release-ready engines

# $VariationSets{'ALL'}{'all'} = "$DefaultFeatures @WorkingEngines @EnablableSubEngines";
$VariationSets{'ALL'}{'split'} = "$DefaultFeatures @WorkingEngines @EnablableSubEngines";
$VariationSets{'ALL'}{'all'} = "$DefaultFeatures @WorkingEngines @EnablableSubEngines";
#$VariationSets{'ALL'}{'split'} = "$DefaultFeatures @WorkingEngines @EnablableSubEngines";
# $VariationSets{'ALL'}{'1St'} = "$DefaultFeatures @WorkingEngines_1st @EnablableSubEngines";
# $VariationSets{'ALL'}{'2nd'} = "$DefaultFeatures @WorkingEngines_2nd @EnablableSubEngines";
# now one for each ready-for-release engine
Expand Down
Expand Up @@ -57,7 +57,7 @@ LANG SC
END

EPOCSTACKSIZE 80000
EPOCHEAPSIZE 5000000 64000000
EPOCHEAPSIZE 5000000 128000000

START BITMAP ScummVM.mbm
TARGETPATH \Resource\Apps
Expand Down
2 changes: 1 addition & 1 deletion backends/platform/symbian/S60v3/ScummVM_S60v3.mmp.in
Expand Up @@ -58,7 +58,7 @@ LANG SC
END

EPOCSTACKSIZE 80000
EPOCHEAPSIZE 5000000 64000000
EPOCHEAPSIZE 5000000 128000000

START BITMAP ScummVM.mbm
TARGETPATH \Resource\Apps
Expand Down
Expand Up @@ -58,7 +58,7 @@ LANG SC
END

EPOCSTACKSIZE 80000
EPOCHEAPSIZE 5000000 64000000
EPOCHEAPSIZE 5000000 128000000

START BITMAP ScummVM.mbm
TARGETPATH \Resource\Apps
Expand Down
2 changes: 1 addition & 1 deletion backends/platform/symbian/UIQ3/ScummVM_UIQ3.mmp.in
Expand Up @@ -58,7 +58,7 @@ LANG SC
END

EPOCSTACKSIZE 80000
EPOCHEAPSIZE 5000000 64000000
EPOCHEAPSIZE 5000000 128000000

START BITMAP ScummVM.mbm
TARGETPATH \Resource\Apps
Expand Down

0 comments on commit 4939211

Please sign in to comment.