Renew Projects

This commit is contained in:
e2hang
2025-12-31 13:22:56 +08:00
parent 4b60ced553
commit d143bbc65c
1753 changed files with 841 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
prefix=/tmp/tardir/SDL3_ttf-3.2.2/build-mingw/install-x86_64-w64-mingw32
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: SDL3_ttf
Description: ttf library for Simple DirectMedia Layer with FreeType 2 support
Version: 3.2.2
Requires: sdl3 >= 3.2.6
Libs: -L${libdir} -lSDL3_ttf
Requires.private:
Libs.private:
Cflags: -I${includedir}