mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-09 22:00:39 +01:00
first stab at adding sis production
This commit is contained in:
parent
3f6f19f853
commit
8bc7784d24
1 changed files with 26 additions and 2 deletions
|
@ -21,11 +21,35 @@ all: wins
|
||||||
|
|
||||||
wins:
|
wins:
|
||||||
bldmake $(BLDMAKE_FLAGS) bldfiles
|
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:
|
armi:
|
||||||
bldmake $(BLDMAKE_FLAGS) bldfiles
|
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
|
# build project files for M$ VC++ version 6, e.g. for source-level
|
||||||
# debugging
|
# debugging
|
||||||
|
|
Loading…
Add table
Reference in a new issue