Put $(FREETYPELIBS) as the last part, as it can include the dir of an

older Wine install which do not have the same exports (reported by
jooke).
oldstable
Vincent Béron 2004-11-01 21:06:43 +00:00 committed by Alexandre Julliard
parent ddae31893d
commit 1d945eaacc
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ fnt2fon: fnt2fon.o
$(CC) $(CFLAGS) -o fnt2fon fnt2fon.o $(LIBPORT)
sfnt2fnt: sfnt2fnt.o
$(CC) $(CFLAGS) -o sfnt2fnt sfnt2fnt.o $(FREETYPELIBS) $(LIBUNICODE) $(LIBPORT)
$(CC) $(CFLAGS) -o sfnt2fnt sfnt2fnt.o $(LIBUNICODE) $(LIBPORT) $(FREETYPELIBS)
bin2res: bin2res.o
$(CC) $(CFLAGS) -o bin2res bin2res.o $(LIBPORT)