[scummvm-devel] How properly exclude Ultima 4&6 from release build?

Lothar Serra Mari lothar.serramari at scummvm.org
Fri Sep 17 18:11:19 UTC 2021


Hi Fiodar,

> Hi! Ultima 4&6 incompatible with Symbian port. Symptoms: exe doesn't start. Debugger says it can't run exe. exe runs if these subengines excluded.
> I opened pr for that some time ago but it was declined. How properly cut off these incompatible subengines for Symbian port? Release soon, respond please.

According to [1], the ULTIMA engine doesn't define any sub-engines. This
means the only way to disable support for Ultima 4 and 6 is by removing
the ULTIMA engine completely by appending

	--disable-engine=ultima

to the 'configure' script at build time.

[1]
https://github.com/scummvm/scummvm/blob/master/engines/ultima/configure.engine

All the best
Lothar


More information about the scummvm-devel mailing list