mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 07:32:23 +00:00
7 lines
102 B
Makefile
7 lines
102 B
Makefile
PROGRAMS = sfnt2fon
|
|
|
|
C_SRCS = sfnt2fon.c
|
|
|
|
EXTRAINCL = $(FREETYPE_CFLAGS)
|
|
EXTRALIBS = $(FREETYPE_LIBS)
|