Commit graph

10 commits

Author SHA1 Message Date
Daniel Gibson
7735578053 Update OpenAL to openal-soft 1.20.1
I had to recreate i686-w64-mingw32/lib/OpenAL32.lib with
> lib.exe /MACHINE:X86 /DEF:OpenAL32.def /OUT:OpenAL32.lib
in the VS2013 Developer Command Prompt, otherwise it won't link
(apparently there's problems with MinGW's dlltool and /SAFESEH)
2020-05-28 06:21:14 +02:00
Daniel Gibson
175151eda4 Update OpenAL32.dll in */bin/ to openal-soft 1.16.0
.. from official windows binary downloads.

I was too lazy to update everything so the includes and libs linked
against etc remain as they  were, but at least the dlls you'll use
to play are up to date, so they should work on new versions of Windows
2015-10-04 01:55:51 +02:00
Daniel Gibson
bac2443c82 Adding SDL2 2.0.4RC2
From http://libsdl.org/tmp/download-2.0.php
SDL2-devel-2.0.4-mingw.tar.gz updated 2015-07-07

So while it looks like 2.0.4 release, it in fact isn't, but as 2.0.4
isn't released it's gotta be good enough for now.
Announcement: https://forums.libsdl.org/viewtopic.php?t=11305
2015-09-28 15:44:13 +02:00
dhewg
b8b95f682c Add zlib-1.2.7 for x86_64-w64-mingw32
PREFIX=x86_64-w64-mingw32- \
DESTDIR=$HOME/devel/games/dhewm3-libs/x86_64-w64-mingw32 \
SHARED_MODE=1 make -f win32/Makefile.gcc
2012-07-04 17:34:19 +02:00
dhewg
6a548ecb20 Add curl-7.23.1 for x86_64-w64-mingw32
./configure --host=x86_64-w64-mingw32 \
--prefix=$HOME/devel/games/doom3-libs/x86_64-w64-mingw32
2012-01-07 15:02:56 +01:00
dhewg
7f306262db Add SDL-1.2.14 for x86_64-w64-mingw32
./configure --host=x86_64-w64-mingw32 \
--prefix=$HOME/devel/games/doom3-libs/x86_64-w64-mingw32
2012-01-07 14:58:02 +01:00
dhewg
a3b4a58b73 Add openal-soft-1.13 for x86_64-w64-mingw32
cmake \
-DCMAKE_TOOLCHAIN_FILE=/home/andre/devel/cmake/Toolchain-x86_64-w64-mingw32.cmake \
-DCMAKE_INSTALL_PREFIX=$HOME/devel/games/doom3-libs/x86_64-w64-mingw32 .
2012-01-07 14:55:51 +01:00
dhewg
af7e6914a2 Add libvorbis-1.3.2 for x86_64-w64-mingw32
CFLAGS="-I$HOME/devel/games/doom3-libs/x86_64-w64-mingw32/include" \
LDFLAGS="-L$HOME/devel/games/doom3-libs/x86_64-w64-mingw32/lib" \
./configure --host=x86_64-w64-mingw32 \
--prefix=$HOME/devel/games/doom3-libs/x86_64-w64-mingw32 \
-with-ogg=HOME/devel/games/doom3-libs/x86_64-w64-mingw32 \
--disable-examples --disable-oggtest
2012-01-07 14:53:45 +01:00
dhewg
58dd09c113 Add libogg-1.3.0 for x86_64-w64-mingw32
./configure --host=x86_64-w64-mingw32 \
--prefix=$HOME/devel/games/doom3-libs/x86_64-w64-mingw32
2012-01-07 14:51:20 +01:00
dhewg
b56e10f044 Add jpeg-8c for x86_64-w64-mingw32
./configure --host=x86_64-w64-mingw32 \
--prefix=$HOME/devel/games/doom3-libs/x86_64-w64-mingw32
2012-01-07 14:50:13 +01:00