freetype2/builds/win32
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
..
devel/freetype/config Finishing David's latest changes (there were some errors in it). 2000-11-04 08:33:38 +00:00
visualc * builds/win32/visualc/freetype.dsp: Fix raster1->raster and 2000-11-12 06:49:17 +00:00
detect.mk * INSTALL: Revised. 2000-12-01 17:25:58 +00:00
w32-bcc.mk * INSTALL: Revised. 2000-12-01 17:25:58 +00:00
w32-bccd.mk * INSTALL: Revised. 2000-12-01 17:25:58 +00:00
w32-dev.mk added development header files to CONFIG_H in the makefiles 2000-10-19 15:56:22 +00:00
w32-gcc.mk Added copyright messages to all Makefiles. 2000-10-17 03:38:43 +00:00
w32-icc.mk Added copyright messages to all Makefiles. 2000-10-17 03:38:43 +00:00
w32-lcc.mk Added copyright messages to all Makefiles. 2000-10-17 03:38:43 +00:00
w32-mingw32.mk new file 2000-11-01 20:27:39 +00:00
w32-vcc.mk Added copyright messages to all Makefiles. 2000-10-17 03:38:43 +00:00
win32-def.mk Removing trailing whitespace. 2000-10-31 20:42:18 +00:00