Skip to content
Snippets Groups Projects
Commit 2b336b9f authored by Marco Z's avatar Marco Z
Browse files

Move DLL binaries from bin/Resources to libs/dll-binaries

Reason for this is because the SDL2 binaries live in libs/ for ease of copying. The DLLs ought to be in one location.
parent 5ae8669e
Branches
Tags
No related merge requests found
Showing
with 43 additions and 0 deletions
...@@ -2,11 +2,9 @@ ...@@ -2,11 +2,9 @@
Updated 12/4/2018 (v2.1.21) Updated 12/4/2018 (v2.1.21)
Most required DLL binaries are in the libs\ folder. The binaries that are NOT there are living in bin\Resources.
Here are the required DLLs, per build. For each architecture, copy all the binaries from these folders: Here are the required DLLs, per build. For each architecture, copy all the binaries from these folders:
* bin\Resources\[i686/x86_64] * libs\dll-binaries\[i686/x86_64]
* libs\SDL2\[i686/x86_64]...\bin * libs\SDL2\[i686/x86_64]...\bin
* libs\SDL2_mixer\[i686/x86_64]...\bin * libs\SDL2_mixer\[i686/x86_64]...\bin
...@@ -14,32 +12,32 @@ and don't forget to build r_opengl.dll for srb2dd. ...@@ -14,32 +12,32 @@ and don't forget to build r_opengl.dll for srb2dd.
## srb2win, 32-bit ## srb2win, 32-bit
* bin\Resources\i686\exchndl.dll * libs\dll-binaries\i686\exchndl.dll
* bin\Resources\i686\libgme.dll * libs\dll-binaries\i686\libgme.dll
* bin\Resources\i686\mgwhelp.dll (depend for exchndl.dll) * libs\dll-binaries\i686\mgwhelp.dll (depend for exchndl.dll)
* libs\SDL2\i686-w64-mingw32\bin\SDL2.dll * libs\SDL2\i686-w64-mingw32\bin\SDL2.dll
* libs\SDL2_mixer\i686-w64-mingw32\bin\*.dll (get everything) * libs\SDL2_mixer\i686-w64-mingw32\bin\*.dll (get everything)
## srb2win, 64-bit ## srb2win, 64-bit
* bin\Resources\x86_64\exchndl.dll * libs\dll-binaries\x86_64\exchndl.dll
* bin\Resources\x86_64\libgme.dll * libs\dll-binaries\x86_64\libgme.dll
* bin\Resources\x86_64\mgwhelp.dll (depend for exchndl.dll) * libs\dll-binaries\x86_64\mgwhelp.dll (depend for exchndl.dll)
* libs\SDL2\x86_64-w64-mingw32\bin\SDL2.dll * libs\SDL2\x86_64-w64-mingw32\bin\SDL2.dll
* libs\SDL2_mixer\x86_64-w64-mingw32\bin\*.dll (get everything) * libs\SDL2_mixer\x86_64-w64-mingw32\bin\*.dll (get everything)
## srb2dd, 32-bit ## srb2dd, 32-bit
* bin\Resources\i686\exchndl.dll * libs\dll-binaries\i686\exchndl.dll
* bin\Resources\i686\fmodex.dll * libs\dll-binaries\i686\fmodex.dll
* bin\Resources\i686\libgme.dll * libs\dll-binaries\i686\libgme.dll
* bin\Resources\i686\mgwhelp.dll (depend for exchndl.dll) * libs\dll-binaries\i686\mgwhelp.dll (depend for exchndl.dll)
* r_opengl.dll (build this from make) * r_opengl.dll (build this from make)
## srb2dd, 64-bit ## srb2dd, 64-bit
* bin\Resources\x86_64\exchndl.dll * libs\dll-binaries\x86_64\exchndl.dll
* bin\Resources\x86_64\fmodex.dll * libs\dll-binaries\x86_64\fmodex.dll
* bin\Resources\x86_64\libgme.dll * libs\dll-binaries\x86_64\libgme.dll
* bin\Resources\x86_64\mgwhelp.dll (depend for exchndl.dll) * libs\dll-binaries\x86_64\mgwhelp.dll (depend for exchndl.dll)
* r_opengl.dll (build this from make) * r_opengl.dll (build this from make)
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment