Trailing-Edge
-
PDP-10 Archives
-
bb-l014q-bm_tops20_v6_1_atpch17
-
autopatch/apl2b2.ctl
There are 6 other files named apl2b2.ctl in the archive. Click here to see a list.
;
; APL2B2.CTL -- Patch and rebuild APL-20-V2
; Version 1(1)
; July 14, 1980 / DRB
;
;
; COPYRIGHT (c) 1980, 1981, 1982, 1983, 1984, 1985, 1986 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-20-V2 and rebuilds APL.EXE and GENBAS.EXE.
;
; For this .CTL file to run, the connected directory must be
; the patching directory (Logical name PAT:).
;
; This control file is expected to run without errors.
;
@PEPB
*INITIALIZE APL-20-V2
*EXIT
;
;
; Apply patches to the library files
;
@TYPE PAT:APL2B2.MKL
;
@R ASL:MAKLIB
*@PAT:APL2B2.MKL
@EXP PAT:
;
; Build APL.EXE
;
@TYPE ASL:APLB22.LNK
;
@R ASL:LINK
*@ASL:APLB22.LNK
;
; Build GENBAS.EXE
;
@TYPE ASL:APLH22.LNK
;
@R ASL:LINK
*@ASL:APLH22.LNK
;
; Signal success
;
@EXP PAT:
@PEPB
*SIGNAL-SUCCESS APL-20-V2
*EXIT
@GOTO EXIT
;
; Signal failure on error
;
%ERR::
@GOTO ERROR
%TERR::
@GOTO ERROR
ERROR
@EXP PAT:
@PEPB
*SIGNAL-FAILURE APL-20-V2
*EXIT
EXIT::
%FIN::