mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
add xlock.bin to fix non-palm dict format
This commit is contained in:
parent
4376f58d8d
commit
685cdb77b3
1 changed files with 9 additions and 2 deletions
|
@ -155,9 +155,16 @@ endif
|
|||
frankspecials.bin: ../frank_mkspecials.pl $(BMPFILES)
|
||||
$< $(BLANK_INFO) $(LANG_SPECIAL_INFO) > $@
|
||||
|
||||
$(LANG)%.$(FRANK_EXT): dawg$(LANG)%.stamp $(LANG)%_flags.bin charcount.bin table.bin values.bin frankspecials.bin
|
||||
# xlock.bin is an artifact of the Palm format which the shipping
|
||||
# eBookman code expects, but simply skips. It could be eliminated in
|
||||
# the NEWDAWG format, i.e. for flags != 0x0001
|
||||
xlock.bin:
|
||||
perl -e "print pack(\"n\",0)" > $@
|
||||
|
||||
$(LANG)%.$(FRANK_EXT): dawg$(LANG)%.stamp $(LANG)%_flags.bin charcount.bin table.bin values.bin frankspecials.bin xlock.bin
|
||||
cat $(LANG)$*_flags.bin charcount.bin table.bin values.bin \
|
||||
frankspecials.bin $(LANG)StartLoc.bin $$(ls dawg$(LANG)$*_*.bin) > $@
|
||||
frankspecials.bin $(LANG)StartLoc.bin xlock.bin \
|
||||
$$(ls dawg$(LANG)$*_*.bin) > $@
|
||||
cp $@ saveme.bin
|
||||
|
||||
$(LANG)%.seb: $(LANG)%.$(FRANK_EXT) $(LANG)%.atts
|
||||
|
|
Loading…
Reference in a new issue