Google
 

Trailing-Edge - PDP-10 Archives - tops10_703a_sys_atpch16_bb-fr67f-bb - sprint.ctl
There are 35 other files named sprint.ctl in the archive. Click here to see a list.
;[SPRINT.CTL]
;
; This control file will build the GALAXY card reader interpreter for a
; DECsystem-10. The following files are required for a TOPS-10 SPRINT.
;
; Sources:	SPRINT.MAC
;
; Input:	ACTSYM.UNV	GLXLIB.REL	GLXMAC.UNV
;		ORNMAC.UNV	QSRMAC.UNV	UUOSYM.UNV
;
; Output:	SPRINT.EXE

BEGIN::

.R PEPB				;Initialize AUTOPATCH
*INIT GALAXY-10-V703
*EX

.PATH REL:=ASL:

.PATH ASL:/SEARCH

.COMPILE/COMPILE ASL:SPRINT.MAC

.RUN LINK
*PAT:SPRINT/SAVE = /LOCALS /SYMSEG:LOW ASL:SPRINT /GO

.PLEASE	AUTOPATCH SPRINT Assembly Successful
.GOTO END

%CERR:: .GOTO ERROR
%ERR::  .GOTO ERROR
%TERR:: .GOTO ERROR

ERROR:: .PLEASE Error during AUTOPATCH SPRINT assembly
;
.COPY FAILUR.GAL=TTY:		;Set ERROR flag file on.
*SPRINT
=^Z
;
END::
;
.SUBMIT GAL703 = /MODIFY /DEPEND:-1
;
%FIN::
;[End of SPRINT.CTL]