Chat-O-Matic/Make.post
Jaidyn Ann 866899eaad Get app name & signature from Make.pre/Make.post
It's useful to change the name and signature when you want to test
changes while using another instance of Chat-O-Matic.
2022-01-08 16:50:34 -06:00

10 lines
276 B
Plaintext

LIBPATHS = $(OBJ_DIR)
PROTOCOL_DIR = $(OBJ_DIR)/chat-o-matic/
DEBUG_ENABLED ?= false
DEFINES = VERSION="\"0.0.2\"" \
BUILD_DATE="\"$(shell date +"%Y-%m-%d %H:%M")\"" \
DEBUG_ENABLED=$(DEBUG_ENABLED) \
APP_NAME="\"$(APP_NAME)"\" \
APP_SIGNATURE="\"$(APP_SIGNATURE)"\"