This website requires JavaScript.
Explore
Help
Register
Sign In
ReceiveTempSMS
/
Sweden-Number
Watch
1
Star
0
Fork
You've already forked Sweden-Number
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
b918aa074b
Sweden-Number
/
tools
/
sfnt2fon
/
Makefile.in
7 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
makefiles: Generate rules for building tool binaries. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-27 04:13:26 +01:00
PROGRAMS
=
sfnt2fon
tools: Move sfnt2fnt to its own directory. Also rename to sfnt2fon to better reflect usage and avoid conflicts with the previous binary on updates.
2014-02-06 10:44:47 +01:00
C_SRCS
=
sfnt2fon.c
EXTRAINCL
=
$(
FREETYPE_CFLAGS
)
sfnt2fon: Remove no longer needed use of libwine_static. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-20 05:34:50 +01:00
EXTRALIBS
=
$(
FREETYPE_LIBS
)