13 lines
369 B
Makefile
13 lines
369 B
Makefile
#OVERLAY_CONFIG = Overlays.json
|
|
|
|
include $(JABY_ENGINE_DIR)/mkfile/common/Wildcard.mk
|
|
SRCS = $(call rwildcard, src, c cpp)
|
|
|
|
INCLUDES += -I$(JABY_ENGINE_DIR)/include
|
|
#INCLUDES += -I$(JABY_ENGINE_DIR)/Support/include
|
|
|
|
#Example for using Support libs
|
|
#SUPPORT_LIBS += FontWriter
|
|
|
|
include $(JABY_ENGINE_DIR)/mkfile/Makefile
|
|
include $(JABY_ENGINE_DIR)/mkfile/PSEXETarget.mk |