forked from minhngoc25a/freetype2
[cache, psaux, type1] Fix for multi build.
This commit is contained in:
parent
76f1b9d9cf
commit
f2647ddabb
14
ChangeLog
14
ChangeLog
|
@ -1,3 +1,17 @@
|
|||
2009-09-25 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
[cache, psaux, type1] Fix for multi build.
|
||||
In multi build, some cpp functions are left as unresolved
|
||||
symbols.
|
||||
|
||||
* src/cache/ftcbasic.c: Include FT_INTERNAL_DEBUG_H for
|
||||
FT_TRACE1().
|
||||
|
||||
* src/psaux/t1decode.c: Include FT_INTERNAL_CALC_H for
|
||||
FIXED_TO_INT().
|
||||
* src/type1/t1gload.c: Ditto.
|
||||
* src/type1/t1objs.c: Ditto.
|
||||
|
||||
2009-09-25 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
[autofit] Fix for multi build.
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
|
||||
#include <ft2build.h>
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
#include FT_CACHE_H
|
||||
#include "ftcglyph.h"
|
||||
#include "ftcimage.h"
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
|
||||
#include <ft2build.h>
|
||||
#include FT_INTERNAL_CALC_H
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
#include FT_INTERNAL_POSTSCRIPT_HINTS_H
|
||||
#include FT_OUTLINE_H
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include <ft2build.h>
|
||||
#include "t1gload.h"
|
||||
#include FT_INTERNAL_CALC_H
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
#include FT_INTERNAL_STREAM_H
|
||||
#include FT_OUTLINE_H
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
|
||||
#include <ft2build.h>
|
||||
#include FT_INTERNAL_CALC_H
|
||||
#include FT_INTERNAL_DEBUG_H
|
||||
#include FT_INTERNAL_STREAM_H
|
||||
#include FT_TRUETYPE_IDS_H
|
||||
|
|
Loading…
Reference in New Issue