shithub: freetype+ttf2subf

Download patch

ref: ca13392d833de436b9a858b901ad8de711d218de
parent: d275435a4fdbb8b7ca4732621310b91c348bf41a
author: David Turner <[email protected]>
date: Wed Mar 1 08:24:38 EST 2000

a few changes to really compile font drivers in
independent single objects..

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/psnames/psnames.c
+++ b/src/psnames/psnames.c
@@ -1,1 +1,2 @@
+#define FT_MAKE_OPTION_SINGLE_OBJECT
 #include <psdriver.c>
--- a/src/sfnt/sfnt.c
+++ b/src/sfnt/sfnt.c
@@ -1,3 +1,5 @@
+#define FT_MAKE_OPTION_SINGLE_OBJECT
+
 #include <sfconfig.h>
 #include <ttload.c>
 #include <ttcmap.c>
--- a/src/type1/type1.c
+++ b/src/type1/type1.c
@@ -28,6 +28,8 @@
 /***************************************************************************/
 
 
+#define FT_MAKE_OPTION_SINGLE_OBJECT
+
 #include <t1driver.c>
 #include <t1objs.c>
 #include <t1load.c>     /* table loader      */
--- a/src/type1z/type1z.c
+++ b/src/type1z/type1z.c
@@ -27,7 +27,7 @@
 /*                                                                         */
 /***************************************************************************/
 
-
+#define FT_MAKE_OPTION_SINGLE_OBJECT
 
 #include <t1parse.c>
 #include <t1load.c>