mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
new file; -D option to workaround extra event leftover from probably
bug in new nTiles select dialog.
This commit is contained in:
parent
60756d901d
commit
3ed35abaac
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ DEFINES += -DBEYOND_IR
|
||||||
|
|
||||||
# Let users pick the tiles going into their trays
|
# Let users pick the tiles going into their trays
|
||||||
#DEFINES += -DFEATURE_TRAY_EDIT
|
#DEFINES += -DFEATURE_TRAY_EDIT
|
||||||
|
DEFINES += -DDONT_ABORT_ENGINE
|
||||||
|
|
||||||
#-DDEBUG -DEIGHT_TILES
|
#-DDEBUG -DEIGHT_TILES
|
||||||
|
|
||||||
|
@ -48,6 +49,7 @@ OBJ = $(PLATFORM)/linuxmain.o \
|
||||||
$(PLATFORM)/gtkletterask.o \
|
$(PLATFORM)/gtkletterask.o \
|
||||||
$(PLATFORM)/gtkpasswdask.o \
|
$(PLATFORM)/gtkpasswdask.o \
|
||||||
$(PLATFORM)/gtknewgame.o \
|
$(PLATFORM)/gtknewgame.o \
|
||||||
|
$(PLATFORM)/gtkntilesask.o \
|
||||||
$(PLATFORM)/cursesmain.o \
|
$(PLATFORM)/cursesmain.o \
|
||||||
$(PLATFORM)/cursesdraw.o \
|
$(PLATFORM)/cursesdraw.o \
|
||||||
$(PLATFORM)/cursesask.o \
|
$(PLATFORM)/cursesask.o \
|
||||||
|
|
Loading…
Reference in a new issue