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).
This commit is contained in:
parent
ddae31893d
commit
1d945eaacc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue