change new dict creator from Xwr4 to XwrD so doesn't get deleted along

with Crosswords.
This commit is contained in:
ehouse 2003-12-12 10:54:50 +00:00
parent 41ead8522a
commit 14103984f3

View file

@ -46,7 +46,7 @@ endif
ifeq ($(TARGET_TYPE),PALM) ifeq ($(TARGET_TYPE),PALM)
ifdef NEWDAWG ifdef NEWDAWG
PDBTYPE = Xwr4 PDBTYPE = XwrD
else else
PDBTYPE = Xwr3 PDBTYPE = Xwr3
endif endif