summaryrefslogtreecommitdiff
path: root/builds/amiga/makefile.os4
diff options
context:
space:
mode:
authorsuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2011-01-06 02:44:53 +0900
committersuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2011-01-06 02:44:53 +0900
commitbe683e7597a696127fe590862060102047544fae (patch)
treed176ca6432d56188bddccfa3d2d0c79aba53c7ce /builds/amiga/makefile.os4
parent41d7e4a6ed959e274d63a154bdc31a5b9fa8130d (diff)
downloadfreetype2-be683e7597a696127fe590862060102047544fae.tar.gz
Update Amiga makefiles to include Bzip2 support.
Currently, it provides FT_Stream_OpenBzip2() that returns unimplemented error always, to prevent unresolved symbol error for the applications designed for Unix systems. * builds/amiga/makefile: Include bzip2.ppc.o built from ftbzip2.c. * builds/amiga/makefile.os4: Include bzip2.o built from ftbzip2.c. * builds/amiga/smakefile: Ditto.
Diffstat (limited to 'builds/amiga/makefile.os4')
-rw-r--r--builds/amiga/makefile.os46
1 files changed, 6 insertions, 0 deletions
diff --git a/builds/amiga/makefile.os4 b/builds/amiga/makefile.os4
index edd88eba9..13758bceb 100644
--- a/builds/amiga/makefile.os4
+++ b/builds/amiga/makefile.os4
@@ -238,6 +238,12 @@ gzip.ppc.o: FT:src/gzip/ftgzip.c
$(CC) -c $(CFLAGS) -o $@ /FT/src/gzip/ftgzip.c
#
+# FreeType2 library bzip2 support for compressed PCF bitmap fonts
+#
+bzip2.ppc.o: FT:src/bzip2/ftbzip2.c
+ $(CC) -c $(CFLAGS) -o $@ /FT/src/bzip2/ftbzip2.c
+
+#
# FreeType2 library compress support for compressed PCF bitmap fonts
#
lzw.ppc.o: FT:src/lzw/ftlzw.c