mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
Alert user of a previous version that dict location is being fixed
This commit is contained in:
parent
f4844efd2f
commit
9014ef3fd7
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue