NWGNUhttxt2dbm revision 39104937e2de97c2cd172024da7ca1b07b9b8737
e0791f3e14768aaf0020eb06cbb0ada32c52f3cevboxsync# Make sure all needed macro's are defined
e0791f3e14768aaf0020eb06cbb0ada32c52f3cevboxsync# Get the 'head' of the build environment if necessary. This includes default
e0791f3e14768aaf0020eb06cbb0ada32c52f3cevboxsync# targets and paths to tools
e0791f3e14768aaf0020eb06cbb0ada32c52f3cevboxsyncifndef EnvironmentDefined
e0791f3e14768aaf0020eb06cbb0ada32c52f3cevboxsyncinclude $(AP_WORK)\build\NWGNUhead.inc
e0791f3e14768aaf0020eb06cbb0ada32c52f3cevboxsync# These directories will be at the beginning of the include list, followed by
e0791f3e14768aaf0020eb06cbb0ada32c52f3cevboxsyncXINCDIRS += \
e0791f3e14768aaf0020eb06cbb0ada32c52f3cevboxsync $(APR)/include \
e0791f3e14768aaf0020eb06cbb0ada32c52f3cevboxsync $(APRUTIL)/include \
# These flags will be added to the link.opt file
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/httxt2dbm.nlm \
$(OBJDIR)/httxt2dbm.o \
# These will be added as a library command in the link.opt file.
# These will be added as a module command in the link.opt file.
# If this is specified, it will override $(NWOS)\copyright.txt.
@$(APR)/aprlib.imp \
@libc.imp \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
include $(AP_WORK)\build\NWGNUtail.inc