21
edits
Fedor4ever (talk | contribs) |
Fedor4ever (talk | contribs) |
||
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. |
edits