Is there any tutorial "for dummies" on how to do it?
http://wiki.scummvm.org/index.php/Compi ... mVM/DevCPP
The page is not complete and I don't know exactly what I need to have to be able to compile the project.
Thanks!
Compiling the windows port with MinGW can I disable engines?
Moderator: ScummVM Team
Compiling the windows port with MinGW can I disable engines?
Last edited by cisco17 on Wed Dec 12, 2012 8:07 pm, edited 1 time in total.
- eriktorbjorn
- ScummVM Developer
- Posts: 3560
- Joined: Mon Oct 31, 2005 7:39 am
You can enable/disable engines with command-line parameters when running the configure script. If you want all of the SCUMM engine, you're probably looking for "--disable-all-engines --enable-engine=scumm,scumm-7-8,he".cisco17 wrote: My doubt now is... it is possible to deactivate things so I can make a faster compilation?
I only want it to work with scumm engine, where can I disable the rest of engines?