summaryrefslogtreecommitdiff
path: root/dbd/NWGNUdbdsqli3
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-06 20:13:35 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-06 20:13:35 +0000
commitb5bb3816a61001a32b15b4f01c51780ccc9877da (patch)
tree93494832caa538866668322a14204271cf97ae6e /dbd/NWGNUdbdsqli3
parent72d4d5cb4e906f30501128cc711e7ef26c29a6e9 (diff)
downloadapr-b5bb3816a61001a32b15b4f01c51780ccc9877da.tar.gz
NetWare build overhaul in order to compile on Linux.
Part 4. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1078559 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dbd/NWGNUdbdsqli3')
-rw-r--r--dbd/NWGNUdbdsqli315
1 files changed, 5 insertions, 10 deletions
diff --git a/dbd/NWGNUdbdsqli3 b/dbd/NWGNUdbdsqli3
index 021f73409..921a373b5 100644
--- a/dbd/NWGNUdbdsqli3
+++ b/dbd/NWGNUdbdsqli3
@@ -14,8 +14,6 @@ ifndef EnvironmentDefined
include $(APR_WORK)/build/NWGNUhead.inc
endif
-#include $(APR)/build/NWGNUcustom.inc
-
#
# build this level's files
@@ -142,18 +140,17 @@ NLM_VERSION =
#
# If this is specified, it will override the default of 64K
#
-NLM_STACK_SIZE = 8192
-
+NLM_STACK_SIZE =
#
# If this is specified it will be used by the link '-entry' directive
#
-NLM_ENTRY_SYM = _LibCPrelude
+NLM_ENTRY_SYM =
#
# If this is specified it will be used by the link '-exit' directive
#
-NLM_EXIT_SYM = _LibCPostlude
+NLM_EXIT_SYM =
#
# If this is specified it will be used by the link '-check' directive
@@ -163,7 +160,7 @@ NLM_CHECK_SYM =
#
# If these are specified it will be used by the link '-flags' directive
#
-NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION
+NLM_FLAGS =
#
# If this is specified it will be linked in with the XDCData option in the def
@@ -290,7 +287,5 @@ install :: nlms FORCE
# in this makefile
#
-include $(APR_WORK)/build/NWGNUtail.inc
-
-
+include $(APRBUILD)/NWGNUtail.inc