@@ -109,13 +109,13 @@ endif
109109# This is used by the link 'name' directive to name the nlm. If left blank
110110# TARGET_nlm (see below) will be used.
111111#
112- NLM_NAME = dftables
112+ NLM_NAME = dftables
113113
114114#
115115# This is used by the link '-desc ' directive.
116116# If left blank, NLM_NAME will be used.
117117#
118- NLM_DESCRIPTION = Generate character tables
118+ NLM_DESCRIPTION = APR $(VERSION_STR) Generate character tables
119119
120120#$(FILES_prebuild_headers)
121121# This is used by the '-threadname' directive. If left blank,
@@ -127,7 +127,7 @@ NLM_THREAD_NAME = dftables
127127# If this is specified, it will override VERSION value in
128128# $(APR_WORK)\build\NWGNUenvironment.inc
129129#
130- NLM_VERSION = 1,0,0
130+ NLM_VERSION =
131131
132132#
133133# If this is specified, it will override the default of 64K
@@ -152,14 +152,14 @@ NLM_CHECK_SYM =
152152#
153153# If this is specified it will be used by the link '-flags' directive
154154#
155- NLM_FLAGS = PSEUDOPREEMPTION
155+ NLM_FLAGS = PSEUDOPREEMPTION
156156
157157#
158158# If this is specified it will be linked in with the XDCData option in the def
159159# file instead of the default of $(APR)/misc/netware/apr.xdc. XDCData can
160160# be disabled by setting APACHE_UNIPROC in the environment
161161#
162- XDCDATA =
162+ XDCDATA =
163163
164164#
165165# Declare all target files (you must add your files here)
@@ -230,7 +230,7 @@ FILES_nlm_Ximports = \
230230#
231231FILES_nlm_exports = \
232232 $(EOLIST)
233-
233+
234234#
235235# These are the OBJ files needed to create the LIB target above.
236236# Paths must all use the '/' character
@@ -264,4 +264,4 @@ install :: nlms FORCE
264264
265265include $(APR_WORK)\build\NWGNUtail.inc
266266
267- # End of NWGNUmakefile for DfTables.nlm (Apache2)
267+
0 commit comments