freetype-commit
[Top][All Lists]
Advanced

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

[freetype2-demos] master c1ac6db 2/2: Comments.


From: Werner LEMBERG
Subject: [freetype2-demos] master c1ac6db 2/2: Comments.
Date: Tue, 14 Apr 2020 01:15:43 -0400 (EDT)

branch: master
commit c1ac6dbb849b14aa6789e0389d0e0a32768cc143
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    Comments.
---
 Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 7466b96..c7181ea 100644
--- a/Makefile
+++ b/Makefile
@@ -15,11 +15,15 @@ space := $(empty) $(empty)
 # TOP_DIR is the directory where the main FreeType source is found,
 # as well as the `config.mk' file.
 #
-# TOP_DIR_2 is the directory is the top of the demonstration
+# TOP_DIR_2 is the directory containing the top of the demonstration
 # programs directory.
 #
 # OBJ_DIR gives the objects directory of the FreeType library.
 #
+# IF DEVEL_DIR is set, do a development build (i.e., use development
+# versions of the FreeType configuration header files `ft2build.h'
+# and `ftoption.h' given in this directory).
+#
 TOP_DIR   ?= ../freetype2
 TOP_DIR_2 ?= .
 OBJ_DIR   ?= $(TOP_DIR)/objs
@@ -51,7 +55,7 @@ endif
 ####################################################################
 #
 # Check that we have a working `config.mk' in the above directory.
-# If not, issue a warning message, then stop there.
+# Otherwise issue a warning message and stop.
 #
 ifeq ($(wildcard $(CONFIG_MK)),)
   no_config_mk := 1



reply via email to

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