home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / d / k10mit.ctl < prev    next >
Text File  |  2020-01-01  |  1KB  |  51 lines

  1. ! Control file to build KERMIT-10            5-July-1983
  2. !
  3. ! Files required:
  4. !    KERUNV.MAC - Universal file
  5. !    KERMIT.MAC - Command scanner and system interface
  6. !    KERSYS.MAC - Operating system routines for KERMSG
  7. !    KERWLD.MAC - Wild card processing for KERMIT
  8. !    KERMSG.BLI - Common Bliss message processing
  9. !    KERTT.BLI  - Common Bliss terminal routines
  10. !    KERCOM.REQ - Require file for KERMSG
  11. !    KERERR.REQ - Require file for KERMSG
  12. !    KERMIT.CCL - Linking instructions
  13. !
  14. ! The following are required from various Digital distribution tapes
  15. !
  16. ! Software built from sources on the 7.01A CUSP tape
  17. !
  18. !    GLXMAC.UNV - Universal GLXLIB (Galaxy library)
  19. !    ORNMAC.UNV - Universal for OPR command interface
  20. !    GLXLIB.REL - Loadable GLXLIB library
  21. !    OPRPAR.REL - Loadable OPR command module
  22. !
  23. ! Software distributed with the RMS-10.
  24. !
  25. !    B361LB.REL - Bliss-36 library.
  26. !
  27. .COMPILE K10UNV.MAC
  28. .COMPILE K10MIT.MAC
  29. .COMPILE K10SYS.MAC
  30. .COMPILE K10WLD.MAC
  31. .copy kercom.req=k10com.req
  32. .copy kererr.r36=k10err.r36
  33. .R BLISS
  34. .IF (ERROR).GOTO NOBLIS
  35. *@k10bli.ccl
  36. .GOTO LOAD
  37. !
  38. ! Here if we got an error running BLISS.  Assume we should build from
  39. ! the MACRO sources.
  40. !
  41. NOBLIS::
  42. .COMPILE K10MSG.MAC
  43. .COMPILE K10TT.MAC
  44. .COMPILE K10GLB.MAC
  45. !
  46. ! Here to load KERMIT.
  47. !
  48. LOAD::
  49. .R LINK
  50. *@K10MIT