Google
 

Trailing-Edge - PDP-10 Archives - tops10_703a_sys_atpch16_bb-fr67f-bb - apl1b2.ctl
There are 4 other files named apl1b2.ctl in the archive. Click here to see a list.
;
;   APL1B2.CTL -- Patch and rebuild APL-10-V2
;   Version 1(1)
;	July 14, 1980  / DRB
;
;
; COPYRIGHT (c) 1980, 1981, 1982, 1983, 1984, 1985 BY
;	    Digital Equipment Corporation, Maynard, MA.
;
;   This software is furnished under a license and may be  used
;   and  copied  only  in  accordance  with  the  terms of such
;   license and with  the  inclusion  of  the  above  copyright
;   notice.   This software or any other copies thereof may not
;   be provided  or  otherwise	made  available  to  any  other
;   person.   No  title  to  and  ownership  of the software is
;   hereby transferred.
;
;   The information in	this  software	is  subject  to  change
;   without  notice and should not be construed as a commitment
;   by Digital Equipment Corporation.
;
;   Digital  assumes  no  responsibility   for	 the   use   or
;   reliability  of  its  software  on	equipment  which is not
;   supplied by Digital.
;

;
;   This .CTL file applies the  patches  to  the  libraries  of
;   APL-10-V2 and rebuilds APL.EXE and GENBAS.EXE.
;
;   For this .CTL  file  to  run,  the  default  path  must  be
;   the patching directory (Logical name PAT:).
;
;   This control file is expected to run without errors.
;

.R PEPB
*INITIALIZE APL-10-V2
*EXIT

;
;	Apply patches to the library files
;

.TYPE PAT:APL1B2.MKL
;
.RUN ASL:MAKLIB
*@PAT:APL1B2.MKL

;
;	Build APL.EXE
;

.TYPE ASL:APLB12.LNK
;
.RUN ASL:LINK
*@ASL:APLB12.LNK

;
;	Build GENBAS.EXE
;

.TYPE ASL:APLH12.LNK
;
.RUN ASL:LINK
*@ASL:APLH12.LNK

;
;	Signal success
;

.R PEPB
*SIGNAL-SUCCESS APL-10-V2
*EXIT
.GOTO EXIT

;
;	Signal failure on error
;

%ERR::
.GOTO ERROR
%CERR::
.GOTO ERROR
%TERR::
ERROR::
.R PEPB
*SIGNAL-FAILURE APL-10-V2
*EXIT

EXIT::
%FIN::