freetype/src/sfnt/sfnt.c
David Turner 7f7aadf4f7 finished moving all configuration macros to
"config/ftoption.h"
2000-03-13 12:57:27 +00:00

17 lines
241 B
C

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