FreeType 1.31.1

This commit is contained in:
2023-08-27 18:03:45 +02:00
commit 5edbb7a80a
454 changed files with 173977 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Makefile for ttfbanner
all: ttfbanner.exe
ttfbanner.exe: ttfbanner.o
gcc -O -o ttfbanner.exe ttfbanner.o -lttf
ttfbanner.o: ttfbanner.c
gcc -O -c ttfbanner.c