You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2007/08/06 21:30:02 UTC

svn commit: r563233 - /httpd/httpd/branches/2.2.x/srclib/pcre/NWGNUmakefile

Author: fuankg
Date: Mon Aug  6 12:30:01 2007
New Revision: 563233

URL: http://svn.apache.org/viewvc?view=rev&rev=563233
Log:
minor cosmetic changes.

Modified:
    httpd/httpd/branches/2.2.x/srclib/pcre/NWGNUmakefile

Modified: httpd/httpd/branches/2.2.x/srclib/pcre/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/srclib/pcre/NWGNUmakefile?view=diff&rev=563233&r1=563232&r2=563233
==============================================================================
--- httpd/httpd/branches/2.2.x/srclib/pcre/NWGNUmakefile (original)
+++ httpd/httpd/branches/2.2.x/srclib/pcre/NWGNUmakefile Mon Aug  6 12:30:01 2007
@@ -109,13 +109,13 @@
 # This is used by the link 'name' directive to name the nlm.  If left blank
 # TARGET_nlm (see below) will be used.
 #
-NLM_NAME		= dftables
+NLM_NAME	= dftables
 
 #
 # This is used by the link '-desc ' directive. 
 # If left blank, NLM_NAME will be used.
 #
-NLM_DESCRIPTION	= Generate character tables
+NLM_DESCRIPTION	= APR $(VERSION_STR) Generate character tables
 
 #$(FILES_prebuild_headers)
 # This is used by the '-threadname' directive.  If left blank,
@@ -127,7 +127,7 @@
 # If this is specified, it will override VERSION value in 
 # $(APR_WORK)\build\NWGNUenvironment.inc
 #
-NLM_VERSION		= 1,0,0
+NLM_VERSION	=
 
 #
 # If this is specified, it will override the default of 64K
@@ -152,14 +152,14 @@
 #
 # If this is specified it will be used by the link '-flags' directive
 #
-NLM_FLAGS		= PSEUDOPREEMPTION
+NLM_FLAGS	= PSEUDOPREEMPTION
  
 #
 # If this is specified it will be linked in with the XDCData option in the def 
 # file instead of the default of $(APR)/misc/netware/apr.xdc.  XDCData can 
 # be disabled by setting APACHE_UNIPROC in the environment
 #
-XDCDATA         = 
+XDCDATA		= 
 
 #
 # Declare all target files (you must add your files here)
@@ -230,7 +230,7 @@
 #
 FILES_nlm_exports = \
 	$(EOLIST)
-	
+
 #   
 # These are the OBJ files needed to create the LIB target above.
 # Paths must all use the '/' character
@@ -264,4 +264,4 @@
 
 include $(APR_WORK)\build\NWGNUtail.inc
 
-# End of NWGNUmakefile for DfTables.nlm (Apache2)
+