|
|
|
@ -1,7 +1,7 @@ |
|
|
|
|
2006-10-15 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> |
|
|
|
|
|
|
|
|
|
* src/base/ftmac.c (FT_New_Face_From_FOND): Initialize variable |
|
|
|
|
`error' by FT_Err_Ok. |
|
|
|
|
`error' with FT_Err_Ok. |
|
|
|
|
|
|
|
|
|
2006-10-14 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> |
|
|
|
|
|
|
|
|
@ -12,12 +12,13 @@ |
|
|
|
|
find suffix for native executable and pass it by EXEEXT_BUILD. |
|
|
|
|
Also suffix for target executable is passed by EXEEXT. |
|
|
|
|
|
|
|
|
|
* builds/unix/unix-cc.in: CCraw_build and E_BUILD are introduced |
|
|
|
|
to build apinames which runs on building system. They are set by |
|
|
|
|
* builds/unix/unix-cc.in (CCraw_build, E_BUILD): New variables to |
|
|
|
|
build `apinames' which runs on building system. They are set by |
|
|
|
|
CC_BUILD and EXEEXT_BUILD. |
|
|
|
|
|
|
|
|
|
* builds/exports.mk: Change the extension for apinames from the |
|
|
|
|
suffix for target (E) to that for building host (E_BUILD). |
|
|
|
|
* builds/exports.mk (APINAMES_EXE): Change the extension for |
|
|
|
|
apinames from the suffix for target (E) to that for building host |
|
|
|
|
(E_BUILD). |
|
|
|
|
|
|
|
|
|
2006-10-12 Werner Lemberg <wl@gnu.org> |
|
|
|
|
|
|
|
|
@ -27,9 +28,9 @@ |
|
|
|
|
|
|
|
|
|
2006-10-12 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> |
|
|
|
|
|
|
|
|
|
* builds/unix/configure.raw: Introduce new macro to embed optional |
|
|
|
|
dependency: FT2_EXTRA_LIBS, which is embedded in freetype2.pc and |
|
|
|
|
freetype-config. Use it to record Carbon dependency of MacOSX. |
|
|
|
|
* builds/unix/configure.raw (FT2_EXTRA_LIBS): New variable. It is |
|
|
|
|
embedded in freetype2.pc and freetype-config. Use it to record |
|
|
|
|
Carbon dependency of MacOSX. |
|
|
|
|
|
|
|
|
|
* builds/unix/freetype2.in: Embed FT2_EXTRA_LIBS. |
|
|
|
|
|
|
|
|
|