a few changes to really compile font drivers in

independent single objects..
VER-2-0-4-PATCH
David Turner 25 years ago
parent d275435a4f
commit ca13392d83
  1. 1
      src/psnames/psnames.c
  2. 2
      src/sfnt/sfnt.c
  3. 2
      src/type1/type1.c
  4. 2
      src/type1z/type1z.c

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

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

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

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

Loading…
Cancel
Save