2424# paths to tools
2525#
2626
27- include $(APR_WORK)\ build\ NWGNUhead.inc
27+ include $(APR_WORK)/ build/ NWGNUhead.inc
2828
2929#
3030# Make sure all needed macro's are defined
@@ -37,11 +37,11 @@ include $(APR_WORK)\build\NWGNUhead.inc
3737XINCDIRS += \
3838 $(APR)/include \
3939 $(APR)/include/arch/NetWare \
40- $(APRUTIL )/include \
41- $(APRUTIL )/uri \
42- $(APRUTIL )/dbm/sdbm \
43- $(APRUTIL )/include/private \
44- $(APRUTIL)/xml /expat/lib \
40+ $(APU )/include \
41+ $(APU )/uri \
42+ $(APU )/dbm/sdbm \
43+ $(APU )/include/private \
44+ $(APUXML) /expat/lib \
4545 $(LDAPSDK)/inc \
4646 $(EOLIST)
4747
@@ -129,7 +129,7 @@ NLM_DESCRIPTION =
129129NLM_THREAD_NAME =
130130#
131131# If this is specified, it will override VERSION value in
132- # $(APR_WORK)\ build\ NWGNUenvironment.inc
132+ # $(APR_WORK)/ build/ NWGNUenvironment.inc
133133#
134134NLM_VERSION =
135135
@@ -179,7 +179,7 @@ TARGET_nlm = \
179179# If there is an LIB target, put it here
180180#
181181TARGET_lib = \
182- $(OBJDIR)/aprutil .lib \
182+ $(OBJDIR)/apulib .lib \
183183 $(EOLIST)
184184
185185#
@@ -249,6 +249,7 @@ FILES_lib_objs = \
249249 $(OBJDIR)/apr_buckets_refcount.o \
250250 $(OBJDIR)/apr_buckets_simple.o \
251251 $(OBJDIR)/apr_buckets_socket.o \
252+ $(OBJDIR)/apr_crypto.o \
252253 $(OBJDIR)/apr_date.o \
253254 $(OBJDIR)/apr_dbm.o \
254255 $(OBJDIR)/apr_dbd.o \
@@ -285,7 +286,7 @@ nlms :: libs $(TARGET_nlm)
285286
286287#
287288# Updated this target to create necessary directories and copy files to the
288- # correct place. (See $(APR_WORK)\ build\ NWGNUhead.inc for examples)
289+ # correct place. (See $(APR_WORK)/ build/ NWGNUhead.inc for examples)
289290#
290291install :: nlms FORCE
291292
@@ -300,6 +301,6 @@ vpath %.c buckets:crypto:dbd:dbm:dbm/sdbm:encoding:hooks:ldap:memcache:misc:strm
300301# in this makefile
301302#
302303
303- include $(APR_WORK)\build\ NWGNUtail.inc
304+ include $(APRBUILD)/ NWGNUtail.inc
304305
305306
0 commit comments