Commit graph

2 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
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