## @file # Global Project Configuration File # # # OpenWatcom: always rely on the environment for LIB and INCLUDE # and when searching for executables # TOOL_OPENWATCOM_ENV_SETUP := PATH_TOOL_OPENWATCOM := # # Include a site-specific config for local overrides # ifndef LOCALCFG LOCALCFG := $(wildcard $(PATH_ROOT)/LocalConfig.kmk) ifneq ($(LOCALCFG),) include $(LOCALCFG) endif endif