; 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. ; .NOERROR .COMPILE KERUNV.MAC .COMPILE KERMIT.MAC .COMPILE KERSYS.MAC .COMPILE KERWLD.MAC .R BLISS *KERMSG=KERMSG.BLI .R BLISS *KERTT=KERTT.BLI .R LINK *@KERMIT