! Control file to build KERMIT-10 5-July-1983 ! ! Files required: ! KERUNV.MAC - Universal file ! KERMIT.MAC - Command scanner and system interface ! KERSYS.MAC - Operating system routines for KERMSG ! KERWLD.MAC - Wild card processing for KERMIT ! KERMSG.BLI - Common Bliss message processing ! KERTT.BLI - Common Bliss terminal routines ! KERCOM.REQ - Require file for KERMSG ! KERERR.REQ - Require file for KERMSG ! KERMIT.CCL - Linking instructions ! ! The following are required from various Digital distribution tapes ! ! Software built from sources on the 7.01A CUSP tape ! ! GLXMAC.UNV - Universal GLXLIB (Galaxy library) ! ORNMAC.UNV - Universal for OPR command interface ! GLXLIB.REL - Loadable GLXLIB library ! OPRPAR.REL - Loadable OPR command module ! ! Software distributed with the RMS-10. ! ! B361LB.REL - Bliss-36 library. ! .COMPILE K10UNV.MAC .COMPILE K10MIT.MAC .COMPILE K10SYS.MAC .COMPILE K10WLD.MAC .copy kercom.req=k10com.req .copy kererr.r36=k10err.r36 .R BLISS .IF (ERROR).GOTO NOBLIS *@k10bli.ccl .GOTO LOAD ! ! Here if we got an error running BLISS. Assume we should build from ! the MACRO sources. ! NOBLIS:: .COMPILE K10MSG.MAC .COMPILE K10TT.MAC .COMPILE K10GLB.MAC ! ! Here to load KERMIT. ! LOAD:: .R LINK *@K10MIT