NWGNUauthzusr revision 70953fb44a7140fe206c3a5f011e24209c8c5c6a
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# Make sure all needed macro's are defined
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# Get the 'head' of the build environment if necessary. This includes default
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# targets and paths to tools
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtisifndef EnvironmentDefined
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtisinclude $(AP_WORK)\build\NWGNUhead.inc
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis# These directories will be at the beginning of the include list, followed by
25c28e83beb90e7c80452a7c818c5e6f73a07dc8Piotr Jasiukajtis $(AP_WORK)/include \
-prefix pre_nw.h \
# 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)/authzusr.nlm \
$(OBJDIR)/mod_authz_user.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 \
@$(NWOS)/httpd.imp \
@libc.imp \
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
include $(AP_WORK)\build\NWGNUtail.inc