diff --git a/symbian/group/Makefile b/symbian/group/Makefile index 0718b6184..0d1bcd05c 100644 --- a/symbian/group/Makefile +++ b/symbian/group/Makefile @@ -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