mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
turn off highres for pnolet (for now)
This commit is contained in:
parent
d680b3c888
commit
efcd6dc833
1 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue