From 326e57e74201a654cc25df918484b133f8ff15a0 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 7 Feb 2009 18:18:24 +0000 Subject: [PATCH] commented-out setting of default relay host name --- xwords4/wince/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xwords4/wince/Makefile b/xwords4/wince/Makefile index 5127daa34..ba90240b5 100644 --- a/xwords4/wince/Makefile +++ b/xwords4/wince/Makefile @@ -116,6 +116,8 @@ CFLAGS += -DPERIMETER_FOCUS # Hack until figure out how to turn off IME (12-key-to-text) on CE. CFLAGS += -DNUMBER_KEY_AS_INDEX +#CFLAGS += -DRELAY_NAME_DEFAULT=\"localhost\" + # This is normally part of MEM_DEBUG, but sometimes we want logging in # a release build, e.g. to figure out why opening a saved game isn't # working. So normally it's commented out here.