Files
jabyengine/mkfile/common/CustomConfigHelper.mk
Björn Gaier 9858eff1f1 Beta-MyConfig
2024-02-15 22:31:52 -05:00

5 lines
269 B
Makefile

JABY_ENGINE_CONFIG_DIR = $(JABY_ENGINE_DIR)config
ifdef CUSTOM_CONFIG
# TODO: Use same header for -I and -imacros?
CCFLAGS += -I$(JABY_ENGINE_CONFIG_DIR)/$(CUSTOM_CONFIG) -imacros $(JABY_ENGINE_CONFIG_DIR)/$(CUSTOM_CONFIG)/jabyengine_custom_config.hpp
endif