mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
Alert user of a previous version that dict location is being fixed
This commit is contained in:
parent
e7868afd67
commit
e8377f242c
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…
Add table
Reference in a new issue