mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +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
|
||||
endif
|
||||
|
||||
ifeq ($(TARGET_TYPE),WINCE)
|
||||
TARGET_TYPE = FRANK
|
||||
WINCE_ONLY = true
|
||||
endif
|
||||
|
||||
##############################################################################
|
||||
# PalmOS rules
|
||||
##############################################################################
|
||||
|
@ -166,6 +171,7 @@ $(LANG)%.$(FRANK_EXT): dawg$(LANG)%.stamp $(LANG)%_flags.bin charcount.bin table
|
|||
$$(ls dawg$(LANG)$*_*.bin) > $@
|
||||
cp $@ saveme.bin
|
||||
|
||||
ifndef WINCE_ONLY
|
||||
$(LANG)%.seb: $(LANG)%.$(FRANK_EXT) $(LANG)%.atts
|
||||
${ESDK_CREATESEB_EXE} $<
|
||||
cp $< $<.saved
|
||||
|
@ -177,9 +183,7 @@ $(LANG)%.atts: #recreate it each time based on params
|
|||
echo '_LCAT|nosign+global|"CONTENT"' >> $@
|
||||
echo '_PERM|global+read-only|"r"' >> $@
|
||||
|
||||
# values.bin: ../xloc
|
||||
# cd ../ && $(MAKE) xloc
|
||||
# ../xloc -l $(LANGCODE) -T $@
|
||||
endif
|
||||
|
||||
# the files to export for byod
|
||||
byodbins: table.bin values.bin frankspecials.bin
|
||||
|
|
Loading…
Add table
Reference in a new issue