diff options
| author | Arslaan Pathan <[email protected]> | 2025-06-11 21:06:51 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2025-06-11 21:06:51 +1200 |
| commit | aec48a5bb74bea3cdd4af6e2056e1c5fd20cdb02 (patch) | |
| tree | 2a403aaff79e625dc36c84099c6ad41acac08136 /WindowsShit/SDL2_mixer-2.6.1/x86_64-w64-mingw32/lib/pkgconfig | |
| parent | dc0f9628b262b47f37ca7cdf15657f576ab71a45 (diff) | |
| download | showdownofthesticks-aec48a5bb74bea3cdd4af6e2056e1c5fd20cdb02.tar.xz showdownofthesticks-aec48a5bb74bea3cdd4af6e2056e1c5fd20cdb02.zip | |
Hopefully add SDL2_image, mixer, and ttf
Diffstat (limited to 'WindowsShit/SDL2_mixer-2.6.1/x86_64-w64-mingw32/lib/pkgconfig')
| -rw-r--r-- | WindowsShit/SDL2_mixer-2.6.1/x86_64-w64-mingw32/lib/pkgconfig/SDL2_mixer.pc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/WindowsShit/SDL2_mixer-2.6.1/x86_64-w64-mingw32/lib/pkgconfig/SDL2_mixer.pc b/WindowsShit/SDL2_mixer-2.6.1/x86_64-w64-mingw32/lib/pkgconfig/SDL2_mixer.pc new file mode 100644 index 0000000..d0576c4 --- /dev/null +++ b/WindowsShit/SDL2_mixer-2.6.1/x86_64-w64-mingw32/lib/pkgconfig/SDL2_mixer.pc @@ -0,0 +1,13 @@ +prefix=/opt/local/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.6.1 +Requires: sdl2 >= 2.0.9 +Libs: -L${libdir} -lSDL2_mixer +Cflags: -I${includedir}/SDL2 +Requires.private: +Libs.private: -lwinmm |
