-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
43 changed files
with
944 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# SRB2 - Which DLLs do I need to bundle? | ||
|
||
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. | ||
|
||
## srb2win, 32-bit | ||
|
||
* 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) | ||
|
||
## srb2win, 64-bit | ||
|
||
* 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) | ||
|
||
## srb2dd, 32-bit | ||
|
||
* 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) | ||
|
||
## srb2dd, 64-bit | ||
|
||
* 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) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ GCC64=1 | |
endif | ||
|
||
ifdef GCC64 | ||
GCC64=1 | ||
GCC63=1 | ||
endif | ||
|
||
ifdef GCC63 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.