Symbian-build-system

From ScummVM :: Wiki
Revision as of 09:47, 17 January 2021 by Fedor4ever (talk | contribs) (Update page)
Jump to navigation Jump to search

Symbian build system

It gather info of sources to build from module.mk. This applied for new build system aka python package symbian_builder and old build system aka BuildPackageUpload_AllVersions.pl and BuildPackageUpload_LocalSettings.pl.

Old was dumb and hard to maintain.

New build system gather info from configure.engine too. It auto generates symbian project files for all supported engines, exclude unfinished engines and subengines from release build. Main advantage - it builds in parallel and even errors can't interrupt while all engine not processed.

Build ScummVM inside

Before creation scummvm.exe we pack compiled engines and necessary code in static libs. Compilation an packing done automatically by SDK build system according by related .mmp file.

Necessary code mostly comes to the scummvm_base.lib(static lib) and remains builds when making scummvm.exe.

For anyone

Anyone free to add and remove files which doesn't use Symbian API directly.