mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
quick hack to not require franklin seb stuff
This commit is contained in:
parent
7ec9c33137
commit
526869c4d2
1 changed files with 7 additions and 3 deletions
|
@ -44,6 +44,11 @@ else
|
||||||
TABLE_ARG = -m
|
TABLE_ARG = -m
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(TARGET_TYPE),WINCE)
|
||||||
|
TARGET_TYPE = FRANK
|
||||||
|
WINCE_ONLY = true
|
||||||
|
endif
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# PalmOS rules
|
# PalmOS rules
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
@ -166,6 +171,7 @@ $(LANG)%.$(FRANK_EXT): dawg$(LANG)%.stamp $(LANG)%_flags.bin charcount.bin table
|
||||||
$$(ls dawg$(LANG)$*_*.bin) > $@
|
$$(ls dawg$(LANG)$*_*.bin) > $@
|
||||||
cp $@ saveme.bin
|
cp $@ saveme.bin
|
||||||
|
|
||||||
|
ifndef WINCE_ONLY
|
||||||
$(LANG)%.seb: $(LANG)%.$(FRANK_EXT) $(LANG)%.atts
|
$(LANG)%.seb: $(LANG)%.$(FRANK_EXT) $(LANG)%.atts
|
||||||
${ESDK_CREATESEB_EXE} $<
|
${ESDK_CREATESEB_EXE} $<
|
||||||
cp $< $<.saved
|
cp $< $<.saved
|
||||||
|
@ -177,9 +183,7 @@ $(LANG)%.atts: #recreate it each time based on params
|
||||||
echo '_LCAT|nosign+global|"CONTENT"' >> $@
|
echo '_LCAT|nosign+global|"CONTENT"' >> $@
|
||||||
echo '_PERM|global+read-only|"r"' >> $@
|
echo '_PERM|global+read-only|"r"' >> $@
|
||||||
|
|
||||||
# values.bin: ../xloc
|
endif
|
||||||
# cd ../ && $(MAKE) xloc
|
|
||||||
# ../xloc -l $(LANGCODE) -T $@
|
|
||||||
|
|
||||||
# the files to export for byod
|
# the files to export for byod
|
||||||
byodbins: table.bin values.bin frankspecials.bin
|
byodbins: table.bin values.bin frankspecials.bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue