freetype/builds
Werner Lemberg 33d023680f * builds/module.mk: Replaced xxx #' with xxx$(space).
* builds/os2/detekt.mk, builds/win32/detekt.mk: Moved comment to
avoid trailing spaces in variable.
* builds/freetype.mk: Use $(D) instead of $D to make statement more
readable.

* docs/docmaker.py: Formatting.

* src/psaux/psauxmod.c: Fixed a broken inclusion of component
header files (an FT_FLAT_COMPILE test was missing).
* src/cache/ftcmanag.c (FTC_Manager_Done): Fixed a bug that caused
an occasional crash when the function was called (due to a dangling
pointer).
* src/base/ftsystem.c (FT_Done_Memory): Fixed an obvious bug:
The ANSI "free()" function was called instead of "memory->free()".
* docs/docmaker.py: Added section filtering, multi-page generation
(index page generation is still missing though).
* builds/unix/install.mk, builds/unix/ft2unix.h: The file "ft2unix.h"
is now installed as <ft2build.h> for Unix systems.  Note that we
still use the "freetype2/freetype" installation path for now.

* many files: Now using <ft2build.h> as the default build and setup
configuration file in all public headers.  Internal source files
still need some changes though.
* builds/devel/ft2build.h, builds/devel/ftoption.h: Created a new
Win32 developer builds.
builds/win32/w32-dev.mk: Changed the developer build targets to
"devel-gcc" and "devel-bcc" in order to be able to develop with the
Borland C++ compiler.
2000-12-06 16:31:30 +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 fixed Unix installation 2000-12-04 23:28:14 +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