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. 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":
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>
<pre>
i686-w64-mingw32.static: 32 bit, statically linked
i686-w64-mingw32.static: 32 bit, statically linked
329

edits