quick hack to not require franklin seb stuff

This commit is contained in:
ehouse 2004-05-20 02:18:17 +00:00
parent 7ec9c33137
commit 526869c4d2

View file

@ -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