Google
 

Trailing-Edge - PDP-10 Archives - BB-CH18A-BM_1985 - sna-rje/build.ctl
There are 19 other files named build.ctl in the archive. Click here to see a list.
! BUILD.CTL -  Control file to build utilities for SNA RJE Workstations
! 28-Jan-85
!		       COPYRIGHT (c) 1984, 1985
!                   DIGITAL EQUIPMENT CORPORATION
!
!     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.
!

! Source files:
!
!	IBMMAC.MAC
!	RJESYM.MAC
!	RJESPL.MAC
!	SNARJE.REL
!	SUBSYN.MAC
!	SNASUB.MAC
!
! Additional required files on SYS:
!
!	GLXMAC.UNV
!	QSRMAC.UNV
!	ORNMAC.UNV
!	MONSYM.UNV
!	MACSYM.UNV
!	OPRPAR.REL
!	GLXLIB.REL
!	B362LB.REL
!

! Files created:
!
!	IBMMAC.UNV
!	RJESYM.UNV
!	RJESPL.EXE
!	SNASUB.EXE
!

@def REL: DSK:,REL:,SYS:
@def SYS: DSK:,SYS:

@vd SYS:GLXMAC.UNV
@vd SYS:ORNMAC.UNV
@vd SYS:QSRMAC.UNV
@vd SYS:MONSYM.UNV
@vd SYS:MACSYM.UNV
@vd SYS:OPRPAR.REL
@vd SYS:B362LB.REL
@vd REL:GLXLIB.REL

@vd DSK:IBMMAC.MAC
@vd DSK:RJESYM.MAC
@vd DSK:RJESPL.MAC
@vd DSK:SNARJE.REL
@vd DSK:SUBSYN.MAC
@vd DSK:SNASUB.MAC

!
! Build RJESPL -- Spooler for SNA Workstations
!
@compile IBMMAC
@compile RJESYM
@compile RJESPL

@link
*/locals/symseg:low/seg:low RJESPL,SNARJE
*/seg:low RJESPL.EXE/save/go

@vd RJESPL.EXE

!
! Build SNASUB -- Submit facility for SNA Workstations
!
@compile SUBSYN
@compile SNASUB

@link
*/locals/symseg:low/seg:low SNASUB,SUBSYN,SYS:OPRPAR
*/seg:low SNASUB.EXE/save/go

@vd SNASUB.EXE