diff options
Diffstat (limited to 'dbd/NWGNUdbdpgsql')
-rw-r--r-- | dbd/NWGNUdbdpgsql | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/dbd/NWGNUdbdpgsql b/dbd/NWGNUdbdpgsql index 455424fad..9e04f5427 100644 --- a/dbd/NWGNUdbdpgsql +++ b/dbd/NWGNUdbdpgsql @@ -14,8 +14,6 @@ ifndef EnvironmentDefined include $(APR_WORK)/build/NWGNUhead.inc endif -#include $(APR)/build/NWGNUcustom.inc - # # build this level's files @@ -143,18 +141,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 @@ -164,7 +161,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 @@ -289,7 +286,5 @@ install :: nlms FORCE # in this makefile # -include $(APR_WORK)/build/NWGNUtail.inc - - +include $(APRBUILD)/NWGNUtail.inc |