FreeType 1.31.1
This commit is contained in:
9
contrib/ttfbanner/Makefile.emx
Normal file
9
contrib/ttfbanner/Makefile.emx
Normal 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
|
||||
Reference in New Issue
Block a user