freetype/src/sfnt
Werner Lemberg 53c4de62d0 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
..
module.mk - MAJOR INTERNAL REDESIGN: 2000-06-22 00:17:42 +00:00
rules.mk vast clean-up of the sources in order to allow flat 2000-07-08 00:41:13 +00:00
sfdriver.c Removing FT_MAKE_OPTION_SINGLE_LIBRARY_OBJECT. It has never worked. 2000-08-01 17:05:20 +00:00
sfdriver.h Added #ifdef's for C++ to all header files. 2000-08-01 13:17:04 +00:00
sfnt.c Formatting. 2000-07-08 19:51:42 +00:00
sfobjs.c Formatting. 2000-07-20 06:57:41 +00:00
sfobjs.h Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ttcmap.c Formatting. 2000-07-08 19:51:42 +00:00
ttcmap.h major reformatting of the modules source code in order to get 2000-06-16 19:34:52 +00:00
ttload.c Added autoconf tests FT_MUNMAP_DECL and FT_MUNMAP_PARAM to fix some devils. 2000-07-31 22:51:00 +00:00
ttload.h Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ttpost.c Formatting. 2000-07-08 19:51:42 +00:00
ttpost.h Run g++ on the FreeType library. This should make the use of code in 2000-07-05 04:32:02 +00:00
ttsbit.c Added autoconf tests FT_MUNMAP_DECL and FT_MUNMAP_PARAM to fix some devils. 2000-07-31 22:51:00 +00:00
ttsbit.h Formatting. 2000-07-08 19:51:42 +00:00