mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
fix to build dicts, wince/android format by default
This commit is contained in:
parent
6b58c9031f
commit
98456dd652
6 changed files with 12 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
||||||
# -*- mode: makefile; compile-command: "make -f Makefile.COSD"; -*-
|
# -*- mode: makefile; compile-command: "make -f Makefile.CSW"; -*-
|
||||||
# Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved.
|
# Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
XWLANG=CO
|
XWLANG=CSW
|
||||||
LANGCODE=en_US
|
LANGCODE=en_US
|
||||||
TARGET_TYPE=WINCE
|
TARGET_TYPE=WINCE
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ include ../Makefile.2to8
|
||||||
|
|
||||||
include ../Makefile.langcommon
|
include ../Makefile.langcommon
|
||||||
|
|
||||||
SOURCEDICT ?= $(XWDICTPATH)/English/COSD.dict.gz
|
SOURCEDICT ?= $(XWDICTPATH)/English/CSW.dict.gz
|
||||||
|
|
||||||
$(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
$(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
||||||
zcat $< | tr -d '\r' | tr [a-z] [A-Z] | grep -e "^[A-Z]\{2,15\}$$" | \
|
zcat $< | tr -d '\r' | tr [a-z] [A-Z] | grep -e "^[A-Z]\{2,15\}$$" | \
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
XWLANG=OWL2
|
XWLANG = OWL2
|
||||||
LANGCODE=en_US
|
LANGCODE = en_US
|
||||||
TARGET_TYPE?=PALM
|
TARGET_TYPE ?= WINCE
|
||||||
|
|
||||||
include ../Makefile.2to8
|
include ../Makefile.2to8
|
||||||
|
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
XWLANG=SOWPODS
|
XWLANG = SOWPODS
|
||||||
LANGCODE=en_US
|
LANGCODE = en_US
|
||||||
TARGET_TYPE=FRANK
|
TARGET_TYPE = WINCE
|
||||||
|
|
||||||
include ../Makefile.2to8
|
include ../Makefile.2to8
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
XWLANG=Italian
|
XWLANG=Italian
|
||||||
LANGCODE=it_IT
|
LANGCODE=it_IT
|
||||||
|
|
||||||
TARGET_TYPE ?= PALM
|
TARGET_TYPE ?= WINCE
|
||||||
|
|
||||||
include ../Makefile.2to8
|
include ../Makefile.2to8
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ include ../Makefile.2to8
|
||||||
|
|
||||||
include ../Makefile.langcommon
|
include ../Makefile.langcommon
|
||||||
|
|
||||||
SOURCEDICT ?= $(XWDICTPATH)/Polish/slowa.txt.gz
|
SOURCEDICT ?= $(XWDICTPATH)/Polish/slowa-utf8.txt.gz
|
||||||
|
|
||||||
$(XWLANG)Main.dict.gz: $(SOURCEDICT)
|
$(XWLANG)Main.dict.gz: $(SOURCEDICT)
|
||||||
zcat $< | tr -d '\r' \
|
zcat $< | tr -d '\r' \
|
||||||
|
|
|
@ -25,7 +25,7 @@ include ../Makefile.2to8
|
||||||
|
|
||||||
include ../Makefile.langcommon
|
include ../Makefile.langcommon
|
||||||
|
|
||||||
SOURCEDICT ?= $(XWDICTPATH)/Slovak/slovnik_scrabble.dict.gz
|
SOURCEDICT ?= $(XWDICTPATH)/Slovak/slovak.dict.gz
|
||||||
|
|
||||||
$(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
$(XWLANG)Main.dict.gz: $(SOURCEDICT) Makefile
|
||||||
zcat $< | tr -d '\r' | \
|
zcat $< | tr -d '\r' | \
|
||||||
|
|
Loading…
Add table
Reference in a new issue