Skip to content
Snippets Groups Projects
Commit 1d945eaa authored by Vincent Béron's avatar Vincent Béron Committed by Alexandre Julliard
Browse files

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).
parent ddae3189
Branches
Tags wine-951003
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment