mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +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
589d9d3eaf
commit
5a915fe5d1
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
|
||||
#DEFINES += -DFEATURE_TRAY_EDIT
|
||||
DEFINES += -DDONT_ABORT_ENGINE
|
||||
|
||||
#-DDEBUG -DEIGHT_TILES
|
||||
|
||||
|
@ -48,6 +49,7 @@ OBJ = $(PLATFORM)/linuxmain.o \
|
|||
$(PLATFORM)/gtkletterask.o \
|
||||
$(PLATFORM)/gtkpasswdask.o \
|
||||
$(PLATFORM)/gtknewgame.o \
|
||||
$(PLATFORM)/gtkntilesask.o \
|
||||
$(PLATFORM)/cursesmain.o \
|
||||
$(PLATFORM)/cursesdraw.o \
|
||||
$(PLATFORM)/cursesask.o \
|
||||
|
|
Loading…
Reference in a new issue