Alert user of a previous version that dict location is being fixed

This commit is contained in:
ehouse 2006-05-05 12:51:35 +00:00
parent f4844efd2f
commit 9014ef3fd7

View file

@ -55,6 +55,9 @@ endif
CFLAGS += -DARM -I$(MINGW_INC_PATH) -I./ -I../common -I../relay
# warn upgrading users of new dict location
CFLAGS += -DDICTS_MOVED_ALERT
ifeq ($(DEBUG),TRUE)
MEM_DEBUG_FLAG=-DMEM_DEBUG
DEBUG_FLAG=-DDEBUG