home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / utilsr / scbank23 / src / readme.txt < prev    next >
Text File  |  1994-12-21  |  1KB  |  25 lines

  1. This directory contains all the source code that I use to
  2. build SCBank and a few of the utilities that are needed. I
  3. have included it all in the hope the someone will find it
  4. useful/interesting. If you have any questions about any of
  5. it I will do my best to answer, but no promises.
  6.  
  7. makefile    generate the helpfile
  8. makehelp    a shellscript to turn the helpfile source into a comma
  9.         seperated list file
  10. scbank.opl    the main application source file. Contains the s3 and s3a versions
  11. scbank.pic    the s3 application icon
  12. scbanka.pic    the s3a application icon
  13. schelp.txt    the helpfile source code
  14. switch.opl    opl code to translate opl source between s3 and s3a versions
  15. sys$sch.opl    the help manager source code. Contains the s3 and s3a versions
  16. tos3a        an awk script to turn opl source into its s3a version
  17. tos3classic    an awk script to turn opl source into its s3 version
  18. writehlp.c    convert help comma seperated file into a psion database file
  19.  
  20. Note : In order to translate scbank.opl on the Psion, the
  21. file will have to be split in order to load it into the
  22. Program Editor, since it goes over the 40k limit. If you
  23. search the file for the strings "sceven" and "scmore" and
  24. it should be fairly obvious how I do it.
  25.