win
This commit is contained in:
parent
e5371d0197
commit
e438fea669
434 changed files with 41314 additions and 14135 deletions
12
mlx/SDL/lib/pkgconfig/SDL2_image.pc
Normal file
12
mlx/SDL/lib/pkgconfig/SDL2_image.pc
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
prefix=/usr/local/cross-tools/x86_64-w64-mingw32
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: SDL2_image
|
||||
Description: image loading library for Simple DirectMedia Layer
|
||||
Version: 2.0.0
|
||||
Requires: sdl2 >= 2.0.0
|
||||
Libs: -L${libdir} -lSDL2_image
|
||||
Cflags: -I${includedir}/SDL2
|
||||
|
||||
12
mlx/SDL/lib/pkgconfig/SDL2_mixer.pc
Normal file
12
mlx/SDL/lib/pkgconfig/SDL2_mixer.pc
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
prefix=/usr/local/cross-tools/x86_64-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.0
|
||||
Requires: sdl2 >= 2.0.0
|
||||
Libs: -L${libdir} -lSDL2_mixer
|
||||
Cflags: -I${includedir}/SDL2
|
||||
|
||||
12
mlx/SDL/lib/pkgconfig/SDL2_ttf.pc
Normal file
12
mlx/SDL/lib/pkgconfig/SDL2_ttf.pc
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
prefix=/usr/local/cross-tools/x86_64-w64-mingw32
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: SDL2_ttf
|
||||
Description: ttf library for Simple DirectMedia Layer with FreeType 2 support
|
||||
Version: 2.0.12
|
||||
Requires: sdl2 >= 2.0.0
|
||||
Libs: -L${libdir} -lSDL2_ttf
|
||||
Cflags: -I${includedir}/SDL2
|
||||
|
||||
15
mlx/SDL/lib/pkgconfig/sdl2.pc
Normal file
15
mlx/SDL/lib/pkgconfig/sdl2.pc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# sdl pkg-config source file
|
||||
|
||||
prefix=/usr/local/cross-tools/x86_64-w64-mingw32
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: sdl2
|
||||
Description: Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
|
||||
Version: 2.0.3
|
||||
Requires:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lmingw32 -lSDL2main -lSDL2 -mwindows
|
||||
Libs.private: -lmingw32 -lSDL2main -lSDL2 -mwindows -Wl,--no-undefined -lm -ldinput8 -ldxguid -ldxerr8 -luser32 -lgdi32 -lwinmm -limm32 -lole32 -loleaut32 -lshell32 -lversion -luuid -XCClinker -static-libgcc
|
||||
Cflags: -I${includedir}/SDL2 -Dmain=SDL_main
|
||||
Loading…
Add table
Add a link
Reference in a new issue