freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Devel] ft2demos patch


From: Davor Buvinic
Subject: [Devel] ft2demos patch
Date: Wed, 23 Apr 2003 17:04:36 -0400
User-agent: KMail/1.5

Patch to fix a little problem with ft2demos (today CVS): The Makefile don't 
have the rules to build the new demo 'ftcheckfixedwidth'.

- Davor

----8<----8<----

--- Makefile.~1.23.~    2002-06-14 04:53:27.000000000 -0400
+++ Makefile    2003-04-23 16:49:29.000000000 -0400
@@ -195,7 +195,7 @@
   #
   # The list of demonstration programs to build.
   #
-  EXES := ftlint ftmemchk ftdump testnames fttimer ftbench
+  EXES := ftlint ftmemchk ftdump testnames fttimer ftbench ftcheckfixedwidth
 
   # Comment out the next line if you don't have a graphics subsystem.
   EXES += ftview ftmulti ftstring
@@ -234,6 +234,9 @@
   $(OBJ_)ftbench.$(SO): $(SRC_DIR_)ftbench.c
          $(COMPILE) $T$@ $< $(EXTRAFLAGS)
 
+  $(OBJ_)ftcheckfixedwidth.$(SO): $(SRC_DIR_)ftcheckfixedwidth.c
+         $(COMPILE) $T$@ $< $(EXTRAFLAGS)
+
   $(OBJ_)compos.$(SO): $(SRC_DIR_)compos.c
          $(COMPILE) $T$@ $<
 
@@ -306,6 +309,9 @@
   $(BIN_)ftbench$E: $(OBJ_)ftbench.$(SO) $(FTLIB) $(COMMON_OBJ)
          $(COMMON_LINK)
 
+  $(BIN_)ftcheckfixedwidth$E: $(OBJ_)ftcheckfixedwidth.$(SO) $(FTLIB) 
$(COMMON_OBJ)
+         $(COMMON_LINK)
+
   $(BIN_)ftmemchk$E: $(OBJ_)ftmemchk.$(SO) $(FTLIB) $(COMMON_OBJ)
          $(COMMON_LINK)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]