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
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
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
- clibpre.o \
+ $(CLIB_PRELUDE) \
$(EOLIST)
#
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
- clibpre.o \
+ $(CLIB_PRELUDE) \
$(APLIB) \
$(REGEXLIB) \
$(STDMODLIB) \
$(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)
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
- clibpre.o \
+ $(CLIB_PRELUDE) \
$(EOLIST)
-
+
#
# These are the modules that the above NLM target depends on to load.
# These will be added as a module command in the link.opt file.
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
- clibpre.o \
+ $(CLIB_PRELUDE) \
$(EOLIST)
#