freetype2/builds/unix
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
.cvsignore Minor fixes. 2000-11-11 05:55:41 +00:00
aclocal.m4 Added autoconf tests FT_MUNMAP_DECL and FT_MUNMAP_PARAM to fix some devils. 2000-07-31 22:51:00 +00:00
config.guess Update to latest versions. 2000-07-30 20:21:22 +00:00
config.sub Update to latest versions. 2000-07-30 20:21:22 +00:00
configure - changing the default include path from "include/freetype" 2000-11-09 18:23:30 +00:00
configure.in - changing the default include path from "include/freetype" 2000-11-09 18:23:30 +00:00
detect.mk * INSTALL: Revised. 2000-12-01 17:25:58 +00:00
freetype-config.in Added a --libtool option, which returns the absolute path to the 2000-11-12 02:55:25 +00:00
ftconfig.in Finishing David's latest changes (there were some errors in it). 2000-11-04 08:33:38 +00:00
ftsystem.c Finishing David's latest changes (there were some errors in it). 2000-11-04 08:33:38 +00:00
install-sh renaming "freetype2/config" to "freetype2/builds" 2000-07-08 00:22:20 +00:00
install.mk Minor fixes. 2000-11-11 05:55:41 +00:00
ltconfig Applied a patch from Tom Kacvinsky (taken from the curren libtool CVS) to 2000-07-30 09:26:45 +00:00
ltmain.sh Updating to libtool 1.3.5. 2000-07-26 22:51:03 +00:00
mkinstalldirs Add `mkinstalldirs'. 2000-07-24 06:03:58 +00:00
unix-cc.in minor formatting issues 2000-10-05 04:53:31 +00:00
unix-def.in Added 2000-11-11 08:29:17 +00:00
unix-dev.mk Added copyright messages to all Makefiles. 2000-10-17 03:38:43 +00:00
unix-lcc.mk small updates: 2000-10-28 07:26:59 +00:00
unix.mk Removing trailing whitespace. 2000-10-31 20:42:18 +00:00
unixddef.mk added development header files to CONFIG_H in the makefiles 2000-10-19 15:56:22 +00:00