diff options
Diffstat (limited to 'srclib/apr/test/NWGNUtestatmc')
-rw-r--r-- | srclib/apr/test/NWGNUtestatmc | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/srclib/apr/test/NWGNUtestatmc b/srclib/apr/test/NWGNUtestatmc index 10782fda..dbbe4250 100644 --- a/srclib/apr/test/NWGNUtestatmc +++ b/srclib/apr/test/NWGNUtestatmc @@ -89,30 +89,30 @@ endif # This is used by the link 'name' directive to name the nlm. If left blank # TARGET_nlm (see below) will be used. # -NLM_NAME = testatmc +NLM_NAME =testatmc # # This is used by the link '-desc ' directive. # If left blank, NLM_NAME will be used. # -NLM_DESCRIPTION = NLM is to test the atomic functions +NLM_DESCRIPTION = NLM is to test the atomic functions # # This is used by the '-threadname' directive. If left blank, # NLM_NAME Thread will be used. # -NLM_THREAD_NAME = $(NLM_NAME) +NLM_THREAD_NAME = testatmc # # This is used by the '-screenname' directive. If left blank, # 'Apache for NetWare' Thread will be used. # -NLM_SCREEN_NAME = $(NLM_NAME) +NLM_SCREEN_NAME = testatmc # # If this is specified, it will override VERSION value in # $(APR_WORK)\build\NWGNUenvironment.inc # -NLM_VERSION = +NLM_VERSION = 1,0,0 # # If this is specified, it will override the default of 64K @@ -137,14 +137,14 @@ NLM_CHECK_SYM = # # If this is specified it will be used by the link '-flags' directive # -NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION +NLM_FLAGS = AUTOUNLOAD, 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/apache.xdc. XDCData can # be disabled by setting APACHE_UNIPROC in the environment # -XDCDATA = +XDCDATA = # # Declare all target files (you must add your files here) @@ -154,7 +154,7 @@ XDCDATA = # If there is an NLM target, put it here # TARGET_nlm = \ - $(OBJDIR)/$(NLM_NAME).nlm \ + $(OBJDIR)/testatmc.nlm \ $(EOLIST) # @@ -172,6 +172,8 @@ FILES_nlm_objs = \ $(OBJDIR)/nw_misc.o \ $(EOLIST) +# Pending tests + # # These are the LIB files needed to create the NLM target above. # These will be added as a library command in the link.opt file. @@ -208,9 +210,8 @@ FILE_nlm_copyright = # Any additional imports go here # FILES_nlm_Ximports = \ - @$(APR)/aprlib.imp \ @libc.imp \ - @netware.imp \ + @$(APR)/aprlib.imp \ $(EOLIST) # @@ -218,7 +219,7 @@ FILES_nlm_Ximports = \ # FILES_nlm_exports = \ $(EOLIST) - + # # These are the OBJ files needed to create the LIB target above. # Paths must all use the '/' character |