Difference between revisions of "Compiling ScummVM/MXE"

Jump to navigation Jump to search
Line 9: Line 9:
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.
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":
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