This directory contains all the source code that I use to
build SCBank and a few of the utilities that are needed. I
have included it all in the hope the someone will find it
useful/interesting. If you have any questions about any of
it I will do my best to answer, but no promises.

makefile	generate the helpfile
makehelp	a shellscript to turn the helpfile source into a comma
		seperated list file
scbank.opl	the main application source file. Contains the s3 and s3a versions
scbank.pic	the s3 application icon
scbanka.pic	the s3a application icon
schelp.txt	the helpfile source code
switch.opl	opl code to translate opl source between s3 and s3a versions
sys$sch.opl	the help manager source code. Contains the s3 and s3a versions
tos3a		an awk script to turn opl source into its s3a version
tos3classic	an awk script to turn opl source into its s3 version
writehlp.c	convert help comma seperated file into a psion database file

Note : In order to translate scbank.opl on the Psion, the
file will have to be split in order to load it into the
Program Editor, since it goes over the 40k limit. If you
search the file for the strings "sceven" and "scmore" and
it should be fairly obvious how I do it.
