mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
build from new wordlist
This commit is contained in:
parent
a90ce05cd4
commit
896d63bc48
1 changed files with 2 additions and 2 deletions
|
@ -19,11 +19,11 @@
|
||||||
XWLANG=CSW19
|
XWLANG=CSW19
|
||||||
LANGCODE=en_US
|
LANGCODE=en_US
|
||||||
TARGET_TYPE=WINCE
|
TARGET_TYPE=WINCE
|
||||||
DICTNOTE = "Adds 617 new words for CSW19 and removes 7. Lengths 2-8 only as I can't find a list of the rest."
|
DICTNOTE = "Submitted by a user. Claims equivalence with Collins Scrabble Words 2019"
|
||||||
|
|
||||||
include ../Makefile.langcommon
|
include ../Makefile.langcommon
|
||||||
|
|
||||||
SOURCEDICT ?= $(XWDICTPATH)/English/CSW19.dict
|
SOURCEDICT ?= $(XWDICTPATH)/English/csw19_no_def.txt
|
||||||
|
|
||||||
$(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
$(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
||||||
cat $< | tr -d '\r' | awk '{print $$1}' | tr [a-z] [A-Z] | \
|
cat $< | tr -d '\r' | awk '{print $$1}' | tr [a-z] [A-Z] | \
|
||||||
|
|
Loading…
Reference in a new issue