From 32169413c9ba24d3ed1ce0293525464cfbee61c4 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 19 Sep 2004 15:49:34 +0000 Subject: [PATCH] turn off highres for pnolet (for now) --- xwords4/palm/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/xwords4/palm/Makefile b/xwords4/palm/Makefile index 0ed20d4b6..6d59ccd38 100644 --- a/xwords4/palm/Makefile +++ b/xwords4/palm/Makefile @@ -55,14 +55,16 @@ MYDEFINES = -DXW_FEATURE_UTILS -DPOINTER_SUPPORT -DKEY_SUPPORT \ -DOVERRIDE_EDGE_FOR_INDEX -DCOLOR_SUPPORT \ -DSHOW_PROGRESS $(HASHDEF) -DNO_REG_REQUIRED -# turn on the HighRes stuff. Experimental for now, but eventually -# should always be on. -FEATURE_HIGHRES = -DFEATURE_HIGHRES # turn on letting users pick tiles "face-up" MYDEFINES += -DFEATURE_TRAY_EDIT -ifneq (x$(BUILD_AS_PNOLET)x, xx) +ifeq (x$(BUILD_AS_PNOLET)x, xx) +# turn on the HighRes stuff. Experimental for now, but eventually +# should always be on. +# PNO stuff can't do this yet. Figure it out later... +FEATURE_HIGHRES = -DFEATURE_HIGHRES +else MYDEFINES += -DXW_TARGET_PNO endif