freetype2/builds/compiler
Werner Lemberg 4c80f0c9ca * INSTALL: Revised.
* builds/compiler/bcc-dev.mk, builds/compiler/visualage.mk,
builds/compiler/bcc.mk, builds/win32/w32-bcc.mk,
builds/win32/w32-bccd.mk: Revised.
* include/freetype/config/ftbuild.h,
include/freetype/internal/internal.h: Revised.
* include/freetype/ftimage.h: Updated to new header inclusion scheme.


* builds/toplevel.mk (.PHONY): Adding `distclean'.
* builds/unix/detect.mk (.PHONY): Adding `devel', `unix', `lcc',
`setup'.


* INSTALL: Slightly updated the quick starter documentation to
include IDE compilation, prevent against BSD Make, and specify "make
setup" instead of a single "make" for build configuration.
* include/config/ftbuild.h, include/internal/internal.h: Added new
configuration files used to determine the location of all public,
configuration, and internal header files for FreeType 2.  Modified
all headers under "include/freetype" to reflect this change.  Note
that we still need to change the library source files themselves
though.
builds/win32/detect.mk: Added new files to support compilation with
the free Borland C++ command-line compiler.  Modified the detection
rules to recognize the new "bcc32" target in "make setup bcc32".
src/truetype/ttobjs.c, src/truetype/ttgload.c,
src/truetype/ttinterp.c: Fixed a few comparisons that Borland C++
didn't really like.  Basically, this compiler complains when FT_UInt
is compared to FT_UShort (apparently, it promotes `UShort' to `Int'
in these cases).
2000-12-01 17:25:58 +00:00
..
ansi-cc.mk * builds/compiler/ansi-cc.mk (CLEAN_LIBRARY): Fix rule and 2000-11-26 10:12:00 +00:00
bcc-dev.mk * INSTALL: Revised. 2000-12-01 17:25:58 +00:00
bcc.mk * INSTALL: Revised. 2000-12-01 17:25:58 +00:00
gcc-dev.mk minor fixes. 2000-11-05 23:41:08 +00:00
gcc.mk Introduced $(space) in the makefiles to get rid of using the comment 2000-11-04 23:41:02 +00:00
unix-lcc.mk Introduced $(space) in the makefiles to get rid of using the comment 2000-11-04 23:41:02 +00:00
visualage.mk * INSTALL: Revised. 2000-12-01 17:25:58 +00:00
visualc.mk Added copyright messages to all Makefiles. 2000-10-17 03:38:43 +00:00
win-lcc.mk Removing trailing whitespace. 2000-10-31 20:42:18 +00:00