formatting

This commit is contained in:
Werner Lemberg 2006-10-15 08:58:40 +00:00
parent 0708826049
commit b9e6d69a96
2 changed files with 15 additions and 13 deletions

View File

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

View File

@ -25,11 +25,12 @@ O := lo
SO := o SO := o
# The executable file extension. Although most Unix platform use no extension, # The executable file extension. Although most Unix platforms use no
# we copy the extension detected by autoconf, useful for cross building on # extension, we copy the extension detected by autoconf. Useful for cross
# Unix system for non-Unix system. # building on Unix systems for non-Unix systems.
# #
E := @EXEEXT@ E := @EXEEXT@
# The library file extension (for standard and static libraries). This can # The library file extension (for standard and static libraries). This can
# be .a, .lib, etc., depending on the platform. # be .a, .lib, etc., depending on the platform.
@ -99,7 +100,7 @@ LDFLAGS := @LDFLAGS@
CCraw_build := @CC_BUILD@ # native CC of building system CCraw_build := @CC_BUILD@ # native CC of building system
E_BUILD := @EXEEXT_BUILD@ # extension for exexutable on building system E_BUILD := @EXEEXT_BUILD@ # extension for exexutable on building system
EXPORTS_LIST := $(OBJ_DIR)/ftexport.sym EXPORTS_LIST := $(OBJ_DIR)/ftexport.sym
CCexe := $(CCraw_build) # used to compile "apinames" only CCexe := $(CCraw_build) # used to compile `apinames' only
# Library linking # Library linking