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.
This commit is contained in:
parent
29cb6a6c31
commit
55e6a6fadf
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user