shithub: freetype+ttf2subf

Download patch

ref: c5b993245eae3f0bcb75f5459699ad29e375f6f8
parent: 1119baee5466904f04262bb1183b0a3e623f5b74
author: David Turner <[email protected]>
date: Tue May 2 07:02:35 EDT 2000

updates needed to compile the source programs now that
the smooth renderer is part of the library..

git/fs: mount .git/fs: mount/attach disallowed
--- a/demos/Makefile
+++ b/demos/Makefile
@@ -153,7 +153,7 @@
   #
   EXES := ftlint ftview fttimer compos ftstring
 
-  ifneq ($(findstring $(PLATFORM),os2 unix),)
+  ifneq ($(findstring $(PLATFORM),os2 unix win32),)
     EXES += ttdebug
   endif
 
@@ -184,9 +184,6 @@
   $(OBJ_)compos.$O: $(SRC_DIR_)compos.c
 	  $(COMPILE) $T$@ $<
 
-  $(OBJ_)ftgrays.$O: $(SRC_DIR_)ftgrays.c
-	  $(COMPILE) $T$@ $<
-
   $(OBJ_)ftgrays2.$O: $(SRC_DIR_)ftgrays2.c
 	  $(COMPILE) $T$@ $<
 
@@ -264,18 +261,18 @@
 	  $(LINK)
 
 
-  $(BIN_)ftview$E: $(OBJ_)ftview.$O $(FTLIB) $(GRAPH_LIB) $(COMMON_OBJ) $(OBJ_)ftgrays.$O
-	  $(GRAPH_LINK) $(OBJ_)ftgrays.$O
+  $(BIN_)ftview$E: $(OBJ_)ftview.$O $(FTLIB) $(GRAPH_LIB) $(COMMON_OBJ)
+	  $(GRAPH_LINK)
 
-  $(BIN_)ftstring$E: $(OBJ_)ftstring.$O $(FTLIB) $(GRAPH_LIB) $(COMMON_OBJ) $(OBJ_)ftgrays.$O
-	  $(GRAPH_LINK) $(OBJ_)ftgrays.$O
+  $(BIN_)ftstring$E: $(OBJ_)ftstring.$O $(FTLIB) $(GRAPH_LIB) $(COMMON_OBJ)
+	  $(GRAPH_LINK)
 
 
   $(BIN_)try$E: $(OBJ_)try.$O $(FTLIB) $(GRAPH_LIB) $(COMMON_OBJ) $(OBJ_)ftgrays2.$O
 	  $(GRAPH_LINK) $(OBJ_)ftgrays2.$O
 
-  $(BIN_)fttimer$E: $(OBJ_)fttimer.$O $(FTLIB) $(GRAPH_LIB) $(COMMON_OBJ) $(OBJ_)ftgrays.$O
-	  $(GRAPH_LINK) $(OBJ_)ftgrays.$O
+  $(BIN_)fttimer$E: $(OBJ_)fttimer.$O $(FTLIB) $(GRAPH_LIB) $(COMMON_OBJ)
+	  $(GRAPH_LINK)
 
   $(BIN_)fttimer2$E: $(OBJ_)fttimer2.$O $(FTLIB) $(GRAPH_LIB) $(COMMON_OBJ) $(OBJ_)ftgrays2.$O
 	  $(GRAPH_LINK) $(OBJ_)ftgrays2.$O