home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / k10mit-135.tar.gz / k10mit-135.tar / k10mit-135 / k10mit.mic < prev    next >
Text File  |  2001-06-19  |  1KB  |  52 lines

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