[Scummvm-devel] Does create_Questions about engines .mk files and create_project
Johannes Schickel
lordhoto at scummvm.org
Thu Jan 20 22:21:46 CET 2011
On 01/20/2011 10:08 PM, Mathieu BERGOUNIOUX wrote:
> I seem to fail disabling all projects but mine. Can someone tell me if
> they manage to reproduce that scenario?
>
> - Get the nightly build
> - Have create_project.exe built and copied into dists/msvc10
> - Go to that folder
> - Run the following commands :
> create_project.exe ..\.. --list-engines
> //Some are enabled, some are disabled
> create_project.exe ..\.. --disable-all-engines --msvc //
> all disabled
> create_project.exe ..\.. --list-engines
> //Some are still enabled! (always the same ones)
>
> What am I omitting?
--list-engines should show the engines and their default state. If you
pass --disable-all-engines all the engines will be disabled in the
project files you generate with that create_project run. These settings
are not saved, so it is normal that you get the default state again when
you just run create_project with --list-engines.
// Johannes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scummvm.org/pipermail/scummvm-devel/attachments/20110120/976d1e4c/attachment.html>
More information about the Scummvm-devel
mailing list