From 46b7e1d21098c1205e785f8705ead7186c3944ee Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 8 Mar 2011 16:04:40 +0000 Subject: NetWare build overhaul in order to compile on Linux. Take 1. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079407 13f79535-47bb-0310-9956-ffa450edef68 --- support/NWGNUhtdigest | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'support/NWGNUhtdigest') diff --git a/support/NWGNUhtdigest b/support/NWGNUhtdigest index 21a4f0974e..9353b14fdc 100644 --- a/support/NWGNUhtdigest +++ b/support/NWGNUhtdigest @@ -8,7 +8,7 @@ # ifndef EnvironmentDefined -include $(AP_WORK)\build\NWGNUhead.inc +include $(AP_WORK)/build/NWGNUhead.inc endif # @@ -113,7 +113,7 @@ NLM_SCREEN_NAME = Digest Password Management # # If this is specified, it will override VERSION value in -# $(AP_WORK)\build\NWGNUenvironment.inc +# $(AP_WORK)/build/NWGNUenvironment.inc # NLM_VERSION = @@ -126,12 +126,12 @@ NLM_STACK_SIZE = 8192 # # 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 @@ -234,7 +234,7 @@ nlms :: libs $(TARGET_nlm) # # Updated this target to create necessary directories and copy files to the -# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples) +# correct place. (See $(AP_WORK)/build/NWGNUhead.inc for examples) # install :: nlms FORCE @@ -247,5 +247,5 @@ install :: nlms FORCE # in this makefile # -include $(AP_WORK)\build\NWGNUtail.inc +include $(APBUILD)/NWGNUtail.inc -- cgit v1.2.3