summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2011-01-06 02:55:42 +0900
committersuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2011-01-06 02:56:33 +0900
commit55e6a6fadfb534956c6ecc3e693a224a7b8ea9ac (patch)
tree8c1217fe223f5d80177265200815441e7ee700ec
parent29cb6a6c31d8b7d197717e52ccf0aa09e6e10783 (diff)
downloadfreetype2-55e6a6fadfb534956c6ecc3e693a224a7b8ea9ac.tar.gz
Update Symbian project files 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/symbian/bld.inf: Include ftbzip2.h. * builds/symbian/freetype.mmp: Include ftbzip2.c.
-rw-r--r--ChangeLog11
-rw-r--r--builds/symbian/bld.inf1
-rw-r--r--builds/symbian/freetype.mmp5
3 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66e580fe9..d1dba3f0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2010-01-05 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
+ Update Symbian project files 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/symbian/bld.inf: Include ftbzip2.h.
+ * builds/symbian/freetype.mmp: Include ftbzip2.c.
+
+2010-01-05 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
+
Update classic MacOS makefiles to include Bzip2 support.
Currently, it provides FT_Stream_OpenBzip2() that returns
diff --git a/builds/symbian/bld.inf b/builds/symbian/bld.inf
index 7932dcbf2..dd5f559d4 100644
--- a/builds/symbian/bld.inf
+++ b/builds/symbian/bld.inf
@@ -36,6 +36,7 @@ PRJ_EXPORTS
../../include/freetype/ftglyph.h freetype/ftglyph.h
../../include/freetype/ftgxval.h freetype/ftgxval.h
../../include/freetype/ftgzip.h freetype/ftgzip.h
+../../include/freetype/ftbzip2.h freetype/ftbzip2.h
../../include/freetype/ftimage.h freetype/ftimage.h
../../include/freetype/ftincrem.h freetype/ftincrem.h
../../include/freetype/ftlcdfil.h freetype/ftlcdfil.h
diff --git a/builds/symbian/freetype.mmp b/builds/symbian/freetype.mmp
index c10f35748..cb0008c44 100644
--- a/builds/symbian/freetype.mmp
+++ b/builds/symbian/freetype.mmp
@@ -64,6 +64,10 @@ sourcepath ..\..\src\gzip
source ftgzip.c
+sourcepath ..\..\src\bzip2
+
+source ftbzip2.c
+
sourcepath ..\..\src\lzw
source ftlzw.c
@@ -126,6 +130,7 @@ userinclude ..\..\src\cff
userinclude ..\..\src\cid
userinclude ..\..\src\gxvalid
userinclude ..\..\src\gzip
+userinclude ..\..\src\bzip2
userinclude ..\..\src\lzw
userinclude ..\..\src\otvalid
userinclude ..\..\src\pcf