Open main menu

Difference between revisions of "Compiling ScummVM/MXE"

Line 7: Line 7:


=== Setting up MXE ===
=== Setting up MXE ===
After you installed all the required packages mentioned above, you are ready to set up the MXE toolchain itself.
After you installed all the required packages mentioned above, you are ready to set up the MXE toolchain itself. 32 bit and 64 bit toolchains are available, either statically or dynamically linked. MXE calls the combination between "bitness" and linking type a "MXE_TARGET":
<pre>
i686-w64-mingw32.static: 32 bit, statically linked
i686-w64-mingw32.shared: 32 bit, dynamically linked
x86_64-w64-mingw32.static: 64 bit, statically linked
x86_64-w64-mingw32.shared: 64 bit, dynamically linked
</pre>


== Compiling ScummVM ==
== Compiling ScummVM ==
329

edits