freetype/src/base
Werner Lemberg febe3fbeba A first check of FT2's Make system. Many smaller and larger bugs have been
fixed:

. Removing unused variables.

. detect.mk files now must provide $(CONFIG_FILE) and not $(CONFIG_RULE).

. ansi.mk will now be really used as a fallback if the detect mechanism
  fails.

. ANSIFLAGS will now be really used (fixing a typo).

. `make clean' now works (again two typos).

. Detection of gcc on Unix has been fixed (using the `-v' option instead of
  `--version').

. `make devel' now works (on Unix).

. Fixing *again* a bug in demos/graph/x11/rules.mk to allow multiple use
  of `-L' compiler options.

. $(BASE_H) now contains a few more header files.

As usual, a lot of formatting (not finished yet).
2000-03-05 01:14:19 +00:00
..
ftbase.c ftbbox.h: FT_Get_Outline_BBox() must be called FT_Raster_GetBBox(). 2000-01-02 09:41:30 +00:00
ftbbox.c fixed small bug 2000-01-17 11:21:00 +00:00
ftcalc.c ftcalc.c, ftextend.c, ftoutln.c, ftraster.c, ftstream.c: 2000-01-10 17:19:45 +00:00
ftcalc.h demos/config/x11/rules.mk: 2000-01-08 17:10:33 +00:00
ftdebug.c demos/config/x11/rules.mk: 2000-01-08 17:10:33 +00:00
ftdebug.h Formatting. 2000-01-09 17:54:56 +00:00
ftdriver.h Formatting. Adding/Fixing documentation. 2000-02-16 08:23:58 +00:00
ftextend.c ftcalc.c, ftextend.c, ftoutln.c, ftraster.c, ftstream.c: 2000-01-10 17:19:45 +00:00
ftextend.h Formatting. 2000-01-09 17:54:56 +00:00
ftinit.c ftcalc.c, ftextend.c, ftoutln.c, ftraster.c, ftstream.c: 2000-01-10 17:19:45 +00:00
ftlist.c ftcalc.c, ftextend.c, ftoutln.c, ftraster.c, ftstream.c: 2000-01-10 17:19:45 +00:00
ftlist.h ftcalc.c, ftextend.c, ftoutln.c, ftraster.c, ftstream.c: 2000-01-10 17:19:45 +00:00
ftobjs.c added missing "else": without it FT_Open_Face() would still scan the list of drivers when specifying an explicit driver 2000-03-02 10:52:57 +00:00
ftobjs.h added glyph zone objects 2000-02-21 16:00:36 +00:00
ftoutln.c ftcalc.c, ftextend.c, ftoutln.c, ftraster.c, ftstream.c: 2000-01-10 17:19:45 +00:00
ftoutln.h Initial revision 1999-12-16 23:11:37 +00:00
ftraster.c Added ftraster.h for better support of standalone mode. 2000-01-17 08:24:22 +00:00
ftstream.c Added the function FT_Read_Fields, it acts as a 2000-02-13 13:36:53 +00:00
ftstream.h A first check of FT2's Make system. Many smaller and larger bugs have been 2000-03-05 01:14:19 +00:00
ftsystem.c moved the ANSI "ftsystem.c" to src/base 2000-02-29 17:11:53 +00:00
rules.mk A first check of FT2's Make system. Many smaller and larger bugs have been 2000-03-05 01:14:19 +00:00