freetype/src/sfnt/sfnt.c
David Turner ca13392d83 a few changes to really compile font drivers in
independent single objects..
2000-03-01 13:24:38 +00:00

18 lines
263 B
C

#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>