Mixer libraries added

This commit is contained in:
Michael Chen
2018-01-27 11:37:02 +01:00
parent 2c860c2f4b
commit 33e69b0bb4
13 changed files with 703 additions and 1 deletions

View File

@ -0,0 +1,12 @@
prefix=/usr/local/i686-w64-mingw32
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: SDL2_mixer
Description: mixer library for Simple DirectMedia Layer
Version: 2.0.2
Requires: sdl2 >= 2.0.7
Libs: -L${libdir} -lSDL2_mixer
Cflags: -I${includedir}/SDL2