Commit 9393926b authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

Minor make file changes to allow the clib prelude to be replaced

Submitted by: Guenter Knauf 

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@329856 13f79535-47bb-0310-9956-ffa450edef68
parent 7e114bc5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -113,6 +113,12 @@ LIB = mwldnlm -type library -w nocmdline
NOVI	= $(NWSDKDIR)\imports

INCDIRS 	= $(NWSDKDIR)\include\nlm;$(NWSDKDIR)\include;$(NWSDKDIR)\include\winsock
ifdef WS295SDK
	INCDIRS += ;$(WS295SDK)\include
endif
ifndef CLIB_PRELUDE
	CLIB_PRELUDE = clibpre.o
endif

DEFINES		= -DNETWARE

+1 −1
Original line number Diff line number Diff line
@@ -166,7 +166,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
	clibpre.o \
	$(CLIB_PRELUDE) \
	$(EOLIST)

#
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
	clibpre.o \
	$(CLIB_PRELUDE) \
	$(APLIB) \
	$(REGEXLIB) \
	$(STDMODLIB) \
+2 −2
Original line number Diff line number Diff line
@@ -143,13 +143,13 @@ TARGET_nlm = \
	$(OBJDIR)/CERNMeta.nlm \
	$(OBJDIR)/Digest.nlm \
	$(OBJDIR)/Expires.nlm \
	$(OBJDIR)/Forensic.nlm \
	$(OBJDIR)/forensic.nlm \
	$(OBJDIR)/Headers.nlm \
	$(OBJDIR)/Info.nlm \
	$(OBJDIR)/Rewrite.nlm \
	$(OBJDIR)/Speling.nlm \
	$(OBJDIR)/Status.nlm \
	$(OBJDIR)/Uniqueid.nlm \
	$(OBJDIR)/uniqueid.nlm \
	$(OBJDIR)/Usrtrack.nlm \
	$(OBJDIR)/Vhost.nlm \
	$(EOLIST)
+2 −2
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
	clibpre.o \
	$(CLIB_PRELUDE) \
	$(EOLIST)

#
Loading