freetype2/builds
Werner Lemberg 0f4d90d294 * include/freetype/config/ft2build.h (FT2_ROOT, FT2_CONFIG_ROOT):
Removed.  ANSI C doesn't (explicitly) allow macro expansion in
arguments using `##'.
(FT2_PUBLIC_FILE, FT2_CONFIG_FILE, FT2_INTERNAL_FILE): Use directory
names directly.  Make them configurable.  Use `##' to strip leading
and trailing spaces from arguments.

* builds/unix/ft2unix.h: Adapted.

* src/base/ftsystem.c (ft_alloc, ft_realloc, ft_free, ft_io_stream,
ft_close_stream): Use FT_CALLBACK_DEF.

* builds/unix/ftsystem.c: Use new header scheme.
(FT_Done_Memory): Use free() from FT_Memory structure.

* src/base/ftinit.c, src/base/ftmac.c: Header scheme fixes.

* include/freetype/config/ft2build.h (FT2_CONFIG_ROOT,
FT2_PUBLIC_FILE, FT2_CONFIG_FILE, FT2_INTERNAL_FILE,
FT_SOURCE_FILE): Use `##' operator to be really ANSI C compliant.
2000-12-12 22:28:12 +00:00
..
ansi * builds/ansi/ansi.mk: Fix inclusion order of files. 2000-11-26 21:25:53 +00:00
compiler - updating the header inclusion scheme to use <ft2build.h> by 2000-12-04 22:53:55 +00:00
cygwin fixing Cygwin build 2000-12-04 23:34:42 +00:00
dos Finishing David's latest changes (there were some errors in it). 2000-11-04 08:33:38 +00:00
mac updated for new modules and sources (mainly psaux) 2000-08-29 19:10:16 +00:00
os2 * builds/module.mk: Replaced `xxx #' with `xxx$(space). 2000-12-06 16:31:30 +00:00
unix * include/freetype/config/ft2build.h (FT2_ROOT, FT2_CONFIG_ROOT): 2000-12-12 22:28:12 +00:00
win32 * builds/module.mk: Replaced `xxx #' with `xxx$(space). 2000-12-06 16:31:30 +00:00
detect.mk updated the build system: 2000-10-03 17:51:29 +00:00
freetype.mk * builds/module.mk: Replaced `xxx #' with `xxx$(space). 2000-12-06 16:31:30 +00:00
link_dos.mk Adding rules for mingw32 compiler. 2000-11-01 20:27:13 +00:00
link_std.mk Adding rules for mingw32 compiler. 2000-11-01 20:27:13 +00:00
modules.mk * builds/module.mk: Replaced `xxx #' with `xxx$(space). 2000-12-06 16:31:30 +00:00
toplevel.mk * INSTALL: Revised. 2000-12-01 17:25:58 +00:00