Hash : ca13392d Author : Date : 2000-03-01T13:24:38
a few changes to really compile font drivers in independent single objects..
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#define FT_MAKE_OPTION_SINGLE_OBJECT #include <sfconfig.h> #include <ttload.c> #include <ttcmap.c> #ifdef TT_CONFIG_OPTION_EMBEDDED_BITMAPS #include <ttsbit.c> #endif #ifdef TT_CONFIG_OPTION_POSTSCRIPT_NAMES #include <ttpost.c> #endif #include <sfdriver.c>