From 9e966e7815da6842cdbaa61bc372694232831e00 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 16 Nov 2003 17:14:01 +0000 Subject: [PATCH] new files; commented-out -D option to turn on tile picking --- xwords4/linux/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xwords4/linux/Makefile b/xwords4/linux/Makefile index 93df67300..84ada2973 100644 --- a/xwords4/linux/Makefile +++ b/xwords4/linux/Makefile @@ -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 \