2018-12-06 01:40:58 +00:00
|
|
|
# SRB2Kart - Which DLLs do I need to bundle?
|
2018-12-04 05:57:28 +00:00
|
|
|
|
|
|
|
Updated 12/4/2018 (v2.1.21)
|
|
|
|
|
|
|
|
Here are the required DLLs, per build. For each architecture, copy all the binaries from these folders:
|
|
|
|
|
|
|
|
* libs\dll-binaries\[i686/x86_64]
|
|
|
|
* libs\SDL2\[i686/x86_64]...\bin
|
|
|
|
* libs\SDL2_mixer\[i686/x86_64]...\bin
|
|
|
|
|
|
|
|
and don't forget to build r_opengl.dll for srb2dd.
|
|
|
|
|
2018-12-06 01:40:58 +00:00
|
|
|
## srb2kart, 32-bit
|
2018-12-04 05:57:28 +00:00
|
|
|
|
|
|
|
* libs\dll-binaries\i686\exchndl.dll
|
|
|
|
* libs\dll-binaries\i686\libgme.dll
|
|
|
|
* libs\dll-binaries\i686\mgwhelp.dll (depend for exchndl.dll)
|
|
|
|
* libs\SDL2\i686-w64-mingw32\bin\SDL2.dll
|
|
|
|
* libs\SDL2_mixer\i686-w64-mingw32\bin\*.dll (get everything)
|
|
|
|
|
2018-12-06 01:40:58 +00:00
|
|
|
## srb2kart, 64-bit
|
2018-12-04 05:57:28 +00:00
|
|
|
|
|
|
|
* libs\dll-binaries\x86_64\exchndl.dll
|
|
|
|
* libs\dll-binaries\x86_64\libgme.dll
|
|
|
|
* libs\dll-binaries\x86_64\mgwhelp.dll (depend for exchndl.dll)
|
|
|
|
* libs\SDL2\x86_64-w64-mingw32\bin\SDL2.dll
|
|
|
|
* libs\SDL2_mixer\x86_64-w64-mingw32\bin\*.dll (get everything)
|
|
|
|
|
2018-12-06 01:40:58 +00:00
|
|
|
## srb2kartdd, 32-bit
|
2018-12-04 05:57:28 +00:00
|
|
|
|
|
|
|
* libs\dll-binaries\i686\exchndl.dll
|
|
|
|
* libs\dll-binaries\i686\fmodex.dll
|
|
|
|
* libs\dll-binaries\i686\libgme.dll
|
|
|
|
* libs\dll-binaries\i686\mgwhelp.dll (depend for exchndl.dll)
|
|
|
|
* r_opengl.dll (build this from make)
|
|
|
|
|
2018-12-06 01:40:58 +00:00
|
|
|
## srb2kartdd, 64-bit
|
2018-12-04 05:57:28 +00:00
|
|
|
|
|
|
|
* libs\dll-binaries\x86_64\exchndl.dll
|
|
|
|
* libs\dll-binaries\x86_64\fmodex.dll
|
|
|
|
* libs\dll-binaries\x86_64\libgme.dll
|
|
|
|
* libs\dll-binaries\x86_64\mgwhelp.dll (depend for exchndl.dll)
|
|
|
|
* r_opengl.dll (build this from make)
|