From be28dce9bd559ed132fa7ee987751f4906cd042f Mon Sep 17 00:00:00 2001 From: ehouse Date: Wed, 10 Dec 2003 05:52:39 +0000 Subject: [PATCH] define (commented-out) NODE_CAN_4 --- palm/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/palm/Makefile b/palm/Makefile index e8d44bf26..4c485983e 100644 --- a/palm/Makefile +++ b/palm/Makefile @@ -60,6 +60,13 @@ MYDEFINES = -DXW_FEATURE_UTILS -DPOINTER_SUPPORT -DKEY_SUPPORT \ MYDEFINES += -DBEYOND_IR +# Turn on ability to handle 4-byte-node DAWG files. These are of type +# Xwr4, not Xwr3 like the old ones. Currently this option means the +# binary won't be able to read or even find the old dictionaries. +# Don't release with this on until there's a UI decision and code on +# how to help users transition. +# MYDEFINES += -DNODE_CAN_4 + ifdef XWFEATURE_STANDALONE_ONLY MYDEFINES += -DXWFEATURE_STANDALONE_ONLY else