home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / RiscOS / APP / DEVS / LISP / XL2SRC.ZIP / XLisp2Src / Xlisp / !Run next >
Text File  |  1992-07-22  |  810b  |  24 lines

  1. | run file for XLisp application
  2. |
  3. RMEnsure SharedCLibrary 3.75 RMLoad System:Modules.Clib
  4. RMEnsure SharedCLibrary 3.75 Error You need Clib 3.75 or later
  5. RMEnsure FPEmulator     2.80 RMLoad System:Modules.FPEmulator
  6. RMEnsure FPEmulator     2.80 Error You need FPEmulator 2.80 or later
  7. |
  8. Set XLisp$Dir <Obey$Dir>
  9. |
  10. | Initial Path to working directory, dot-terminated!
  11. Set XLisp$WorkDir <XLisp$dir>.^.
  12. |
  13. | Initial path along which the lsp.* files are looked up. It is not
  14. | necessary to include XLisp$WorkDir in the path as it it autamagically
  15. | searched, if the file-to-load is not found along this path.
  16. Set XLisp$lspPath ,<XLisp$Dir>.
  17. |
  18. WimpSlot -min 512k 
  19.  
  20. |use the following for debugging i.e. to trap postmortem dumps
  21. |Run <XLisp$Dir>.!Runimage %*0 2> <Xlisp$Dir>.postmortem
  22.  
  23. Run <XLisp$Dir>.!Runimage %*0
  24.