NWGNUmod_cgi revision 6bdda696b3ea703c47e87fea61017ec655f91d92
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste# Make sure all needed macro's are defined
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste# Get the 'head' of the build environment if necessary. This includes default
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste# targets and paths to tools
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joosteifndef EnvironmentDefined
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joosteinclude $(AP_WORK)\build\NWGNUhead.inc
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste# These directories will be at the beginning of the include list, followed by
62639ee1329be2d687701dfa01fc006314440bf7Jaco JoosteXINCDIRS += \
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste $(AP_WORK)/include \
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste $(APR)/include \
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste $(APRUTIL)/include \
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste# These flags will come after CFLAGS
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste# These defines will come after DEFINES
62639ee1329be2d687701dfa01fc006314440bf7Jaco JoosteXDEFINES += \
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste# These flags will be added to the link.opt file
62639ee1329be2d687701dfa01fc006314440bf7Jaco Jooste# These values will be appended to the correct variables based on the value of
62639ee1329be2d687701dfa01fc006314440bf7Jaco Joosteifeq "$(RELEASE)" "debug"
62639ee1329be2d687701dfa01fc006314440bf7Jaco JoosteXINCDIRS += \
# $(AP_WORK)\build\NWGNUenvironment.inc
# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
$(OBJDIR)/mod_cgi.nlm \
$(OBJDIR)/mod_cgi.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