Difference between revisions of "Compiling ScummVM/MXE"

Jump to navigation Jump to search
Line 17: Line 17:
x86_64-w64-mingw32.shared: 64 bit, dynamically linked
x86_64-w64-mingw32.shared: 64 bit, dynamically linked
</pre>
</pre>
In the following steps, we'll only focus on the ''.static'' targets since shared ones are not really suitable for distribution. They might be fine if you only use the builds by yourself and know exactly which additional DLL files you need, but for the releases, we want (almost - more on that later) every library used by ScummVM to be available directly in the ScummVM executable without the needs for any additional DLL files.


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

edits

Navigation menu