libdrawtext
diff tools/font2glyphmap/Makefile @ 81:59e4bbbabddd
fixed the example makefiles
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 15 Apr 2014 05:49:05 +0300 |
parents | c750059a1258 |
children | 4452a6143d12 |
line diff
1.1 --- a/tools/font2glyphmap/Makefile Tue Apr 15 05:47:46 2014 +0300 1.2 +++ b/tools/font2glyphmap/Makefile Tue Apr 15 05:49:05 2014 +0300 1.3 @@ -9,7 +9,7 @@ 1.4 ifeq ($(shell uname -s), Darwin) 1.5 lib_so = libdrawtext.dylib 1.6 else 1.7 - lib_so = libdrawtext.so.0.0 1.8 + lib_so = libdrawtext.so.0.2 1.9 endif 1.10 1.11 $(bin): $(obj) $(lib_so) $(font)