first stab at adding sis production

This commit is contained in:
ehouse 2005-01-09 18:37:22 +00:00
parent 3f6f19f853
commit 8bc7784d24

View file

@ -21,11 +21,35 @@ all: wins
wins:
bldmake $(BLDMAKE_FLAGS) bldfiles
abLD.BAT build wins udeb
abLD.BAT build $(BLDMAKE_FLAGS) wins udeb
armi_bld:
bldmake $(BLDMAKE_FLAGS) bldfiles
abLD.BAT build $(BLDMAKE_FLAGS) armi urel
armi:
bldmake $(BLDMAKE_FLAGS) bldfiles
abLD.BAT build armi udeb
abLD.BAT build $(BLDMAKE_FLAGS) armi urel
sis: armi xwords.pkg
makesis xwords.pkg
xwords.pkg:
@echo '; xwords.pkg' | tr -d '\r' > $@
@echo ';' | tr -d '\r' >> $@
@echo ';Language - standard language definitions' | tr -d '\r' >> $@
@echo '&EN' | tr -d '\r' >> $@
@echo '' | tr -d '\r' >> $@
@echo '; standard SIS file header' | tr -d '\r' >> $@
@echo '#{"Crosswords"},(0x10206D64),1,0,0' | tr -d '\r' >> $@
@echo '' | tr -d '\r' >> $@
@echo ';' | tr -d '\r' >> $@
@echo \"$(EPOC)\\release\\armi\\urel\\xwords.APP\"-\"C:\\system\\apps\\xwords\\xwords.app\" | tr '/' '\\' >> $@
@echo \"$(EPOC)data/z/system/apps/xwords/xwords.rsc\"-\"C:\\system\\apps\\xwords\\xwords.rsc\" | tr '/' '\\' >> $@
@echo \"../../../dawg/English/BasEnglish2to8.xwd\"-\"C:\\system\\apps\\xwords\\BasEnglish2to8.xwd\" | tr '/' '\\' >> $@
#"..\..\..\epoc32\data\z\system\apps\HelloWorldBasic\HelloWorldBasic.rsc"-"C:\system\apps\HelloWorldBasic\HelloWorldBasic.rsc"
# build project files for M$ VC++ version 6, e.g. for source-level
# debugging