forked from pool/freetype2
18 lines
569 B
Diff
18 lines
569 B
Diff
diff -ru ft2demos-2.2.1.orig/Makefile ft2demos-2.2.1/Makefile
|
|
--- ft2demos-2.2.1.orig/Makefile 2006-05-10 18:20:49.000000000 +0200
|
|
+++ ft2demos-2.2.1/Makefile 2006-06-21 12:03:53.000000000 +0200
|
|
@@ -262,9 +262,9 @@
|
|
# Only uncomment the following lines if the truetype driver was
|
|
# compiled with TT_CONFIG_OPTION_BYTECODE_INTERPRETER defined.
|
|
#
|
|
- # ifneq ($(findstring $(PLATFORM),os2 unix win32),)
|
|
- # EXES += ttdebug
|
|
- # endif
|
|
+ ifneq ($(findstring $(PLATFORM),os2 unix win32),)
|
|
+ EXES += ttdebug
|
|
+ endif
|
|
|
|
exes: $(EXES:%=$(BIN_DIR_2)/%$E)
|
|
|
|
|