mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-20 22:26:54 +01:00
new files; commented-out -D option to turn on tile picking
This commit is contained in:
parent
a961f9a343
commit
9e966e7815
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,9 @@ DEFINES += -DPLATFORM_NCURSES
|
|||
#DEFINES += -DDRAW_WITH_PRIMITIVES
|
||||
DEFINES += -DBEYOND_IR
|
||||
|
||||
# Let users pick the tiles going into their trays
|
||||
#DEFINES += -DFEATURE_TRAY_EDIT
|
||||
|
||||
#-DDEBUG -DEIGHT_TILES
|
||||
|
||||
#GPROFFLAG = -pg
|
||||
|
@ -48,6 +51,8 @@ OBJ = $(PLATFORM)/linuxmain.o \
|
|||
$(PLATFORM)/cursesmain.o \
|
||||
$(PLATFORM)/cursesdraw.o \
|
||||
$(PLATFORM)/cursesask.o \
|
||||
$(PLATFORM)/cursesdlgutil.o \
|
||||
$(PLATFORM)/cursesletterask.o \
|
||||
$(PLATFORM)/filestream.o \
|
||||
|
||||
# $(PLATFORM)/linuxcommpipe.o \
|
||||
|
|
Loading…
Reference in a new issue