Open main menu

Difference between revisions of "Symbian-build-system"

209 bytes added ,  19:43, 9 February 2021
m
 
Line 8: Line 8:


== Build ScummVM inside ==
== Build ScummVM inside ==
Build starts from gathering build rules from configure.engine and module.mk. Changing makefile rules break build system. Any engines may disabled here.
Almost all scummvm code packs in static libs. Symbian SDK
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.
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. We compile with exe only sources without them build scummvm.exe fails.  
Necessary code mostly comes to the scummvm_base.lib(static lib) and remains builds when making scummvm.exe. We compile with exe only sources without them build scummvm.exe fails.


==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.
21

edits