Google
 

Trailing-Edge - PDP-10 Archives - bb-bt99g-bb - ms1v10.ctl
There is 1 other file named ms1v10.ctl in the archive. Click here to see a list.
;
;   MS1V10.CTL -- Patch and rebuild MS10-V10
;   Version 1(0)
;	March 19, 1984 / HAH
;
 
;
; COPYRIGHT (c) 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
;   MS-10-V10  and   rebuilds   MS.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.
;


.R PEPB
*INITIALIZE MS-10-V10
*EXIT
;

;
;	Build MS.EXE
;

;
.RUN ASL:LINK
*/SET:.HIGH.:620000/SYMSEG:PSECT:.HIGH.,-
*ASL:GLXLIB/EXCLUDE:GLXINI,ASL:MSX,ASL:MS1V10/G

.SSAVE PAT:MS

;
;	Signal success
;

.R PEPB
*SIGNAL-SUCCESS MS-10-V10
*EXIT
.GOTO EXIT

;
;	Signal failure on error
;

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

.R PEPB
*SIGNAL-FAILURE MS-10-V10
*EXIT

EXIT::
%FIN::