a few changes to really compile font drivers in

independent single objects..
This commit is contained in:
David Turner 2000-03-01 13:24:38 +00:00
parent d275435a4f
commit ca13392d83
4 changed files with 6 additions and 1 deletions

View File

@ -1 +1,2 @@
#define FT_MAKE_OPTION_SINGLE_OBJECT
#include <psdriver.c> #include <psdriver.c>

View File

@ -1,3 +1,5 @@
#define FT_MAKE_OPTION_SINGLE_OBJECT
#include <sfconfig.h> #include <sfconfig.h>
#include <ttload.c> #include <ttload.c>
#include <ttcmap.c> #include <ttcmap.c>

View File

@ -28,6 +28,8 @@
/***************************************************************************/ /***************************************************************************/
#define FT_MAKE_OPTION_SINGLE_OBJECT
#include <t1driver.c> #include <t1driver.c>
#include <t1objs.c> #include <t1objs.c>
#include <t1load.c> /* table loader */ #include <t1load.c> /* table loader */

View File

@ -27,7 +27,7 @@
/* */ /* */
/***************************************************************************/ /***************************************************************************/
#define FT_MAKE_OPTION_SINGLE_OBJECT
#include <t1parse.c> #include <t1parse.c>
#include <t1load.c> #include <t1load.c>