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
c51da7cbf0 Add openal-soft-1.13 for i686-w64-mingw32
cmake \
-DCMAKE_TOOLCHAIN_FILE=$HOME/devel/cmake/Toolchain-i686-w64-mingw32.cmake \
-DCMAKE_INSTALL_PREFIX=$HOME/devel/games/doom3-libs/i686-w64-mingw32 .
2012-01-07 14:05:20 +01:00