21
edits
Fedor4ever (talk | contribs) (Created page with "==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 Buil...") Tags: Mobile edit Mobile web edit |
Fedor4ever (talk | contribs) (Update page) |
||
Line 6: | Line 6: | ||
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. | 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== | ==For anyone== | ||
Anyone free to add and remove files which doesn't use Symbian API directly. | Anyone free to add and remove files which doesn't use Symbian API directly. |
edits