a few changes to really compile font drivers in
independent single objects..
This commit is contained in:
parent
d275435a4f
commit
ca13392d83
|
@ -1 +1,2 @@
|
||||||
|
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||||
#include <psdriver.c>
|
#include <psdriver.c>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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 */
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
/* */
|
/* */
|
||||||
/***************************************************************************/
|
/***************************************************************************/
|
||||||
|
|
||||||
|
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
||||||
|
|
||||||
#include <t1parse.c>
|
#include <t1parse.c>
|
||||||
#include <t1load.c>
|
#include <t1load.c>
|
||||||
|
|
Loading…
Reference in New Issue