Monkey: Buildsystem: Set messages directory.

This commit is contained in:
Michael Drake 2018-11-03 17:30:49 +00:00
parent b34a52e4b9
commit 97cbc18021

View File

@ -15,6 +15,17 @@ CFLAGS += -std=c99 \
LDFLAGS += -lm
# ---------------------------------------------------------------------------
# Target setup
# ---------------------------------------------------------------------------
# Path to monkey resources
MONKEY_RESOURCES_DIR := $(FRONTEND_RESOURCES_DIR)
# The filter and target for split messages
MESSAGES_FILTER=monkey
MESSAGES_TARGET=$(MONKEY_RESOURCES_DIR)
# ---------------------------------------------------------------------------
# HOST specific feature flags
# ---------------------------------------------------------------------------