Go to file
Werner Lemberg 3a89c2a4ac Removing FT_MAKE_OPTION_SINGLE_LIBRARY_OBJECT. It has never worked.
Instead, define BASE_DEF() and BASE_FUNC() similarly to FT_EXPORT_DEF() and
FT_EXPORT_FUNC(), respectively, allowing the programmer to define proper
types and/or export lists for multiple DLLs if necessary (e.g. ftbase.dll --
standalone, fttype1.dll -- needs ftbase.dll, etc.).

The library is finally compiling and linking natively with a C++ compiler!
2000-08-01 17:05:20 +00:00
builds Added #ifdef's for C++ to all header files. 2000-08-01 13:17:04 +00:00
docs updated documentation 2000-07-26 19:07:15 +00:00
include/freetype Removing FT_MAKE_OPTION_SINGLE_LIBRARY_OBJECT. It has never worked. 2000-08-01 17:05:20 +00:00
obj Initial revision 1999-12-16 23:11:37 +00:00
src Removing FT_MAKE_OPTION_SINGLE_LIBRARY_OBJECT. It has never worked. 2000-08-01 17:05:20 +00:00
CHANGES update to changelog 2000-07-27 21:48:48 +00:00
INSTALL small update 2000-07-26 19:13:51 +00:00
LICENSE.TXT Renaming license.txt -> LICENSE.TXT for orthogonality. 2000-07-19 16:36:36 +00:00
Makefile Added a `distclean' target to remove files which are produced by the UNIX 2000-08-01 08:43:44 +00:00