oleaut32/tests: Add more test cases that proxy stub interface is on one side.
[wine.git] / tools / sfnt2fon / Makefile.in
bloba97515406dcbb7c3f0d4ede33958cb68d56e7363
1 PROGRAMS = sfnt2fon$(EXEEXT)
3 C_SRCS = sfnt2fon.c
5 EXTRAINCL = $(FREETYPE_CFLAGS)
6 EXTRALIBS = $(FREETYPE_LIBS)
8 sfnt2fon$(EXEEXT): sfnt2fon.o
9 $(CC) $(CFLAGS) -o $@ sfnt2fon.o $(LIBWINE_STATIC) $(LIBPORT) $(EXTRALIBS) $(LDFLAGS)