summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2010-10-09 02:02:39 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2010-10-09 02:02:39 +0000
commit7c2a6e7fb51cac8e184aa8cc54c0765fe9ebb37e (patch)
treede15f40c6eadf81d470d2b18f8291f5d8b2f5f23
parenta044f0003513ae4e46eba4bafc1dd172a21c047d (diff)
downloadlibapr-7c2a6e7fb51cac8e184aa8cc54c0765fe9ebb37e.tar.gz
Fixed NetWare test build.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x@1006100 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/NWGNUaprtest18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/NWGNUaprtest b/test/NWGNUaprtest
index e3a71c83d..e497bce26 100644
--- a/test/NWGNUaprtest
+++ b/test/NWGNUaprtest
@@ -89,7 +89,7 @@ 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 =aprtest
+NLM_NAME = aprtest
#
# This is used by the link '-desc ' directive.
# If left blank, NLM_NAME will be used.
@@ -100,19 +100,19 @@ NLM_DESCRIPTION = NLM is to test the apr layer
# This is used by the '-threadname' directive. If left blank,
# NLM_NAME Thread will be used.
#
-NLM_THREAD_NAME = aprtest
+NLM_THREAD_NAME = $(NLM_NAME) Thread
#
# This is used by the '-screenname' directive. If left blank,
# 'Apache for NetWare' Thread will be used.
#
-NLM_SCREEN_NAME = aprtest
+NLM_SCREEN_NAME = $(NLM_NAME)
#
# If this is specified, it will override VERSION value in
# $(APR_WORK)\build\NWGNUenvironment.inc
#
-NLM_VERSION = 1,0,0
+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)
@@ -168,7 +168,7 @@ TARGET_lib = \
# Paths must all use the '/' character
#
FILES_nlm_objs = \
- $(OBJDIR)/cutest.o \
+ $(OBJDIR)/CuTest.o \
$(OBJDIR)/testall.o \
$(OBJDIR)/testargs.o \
$(OBJDIR)/testdir.o \
@@ -243,7 +243,7 @@ FILE_nlm_copyright =
#
FILES_nlm_Ximports = \
@libc.imp \
- @$(APR)/aprlib.imp \
+ @$(APR)/aprlib.imp \
$(EOLIST)
#
@@ -251,7 +251,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