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_image-2.6.0/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_image-2.6.0/x86_64-w64-mingw32/lib/pkgconfig')
| -rw-r--r-- | WindowsShit/SDL2_image-2.6.0/x86_64-w64-mingw32/lib/pkgconfig/SDL2_image.pc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/WindowsShit/SDL2_image-2.6.0/x86_64-w64-mingw32/lib/pkgconfig/SDL2_image.pc b/WindowsShit/SDL2_image-2.6.0/x86_64-w64-mingw32/lib/pkgconfig/SDL2_image.pc new file mode 100644 index 0000000..e0c9230 --- /dev/null +++ b/WindowsShit/SDL2_image-2.6.0/x86_64-w64-mingw32/lib/pkgconfig/SDL2_image.pc @@ -0,0 +1,14 @@ +prefix=/opt/local/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.6.0 +Requires: sdl2 >= 2.0.9 +Libs: -L${libdir} -lSDL2_image +Requires.private: +Libs.private: +Cflags: -I${includedir}/SDL2 + |
