freetype/src/shared
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
..
psnames.h some modifications used to introduce the Type 1 AFM parser 2000-02-10 17:01:24 +00:00
readme.txt Initial revision 1999-12-16 23:11:37 +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
sfnt.h many new small, but important, changes there: 2000-01-27 13:56:02 +00:00
t1types.h some modifications used to introduce the Type 1 AFM parser 2000-02-10 17:01:24 +00:00
tterrors.h Update some copyrights here and there 2000-01-07 14:07:21 +00:00
ttnameid.h Update some copyrights here and there 2000-01-07 14:07:21 +00:00
tttags.h Update some copyrights here and there 2000-01-07 14:07:21 +00:00
tttypes.h some modifications used to introduce the Type 1 AFM parser 2000-02-10 17:01:24 +00:00

WARNING:

The files in these subdirectories are shared by several font drivers.

All C source files are included by at least one of the drivers, and
thus should _never_ be compiled directly.