Trailing-Edge
-
PDP-10 Archives
-
BB-J710A-BM
-
tools/nrt20/nrt20.ctl
There are no other files named nrt20.ctl in the archive.
! This file will build NRT20.EXE, NRTSRV.EXE, and STNRT.EXE
! This procedure requires the following
! SYS:CMD.REL
! UNV:CMD.UNV
! SYS:MACREL.REL
! UNV:MONSYM.UNV
! UNV:MACSYM.UNV
@LOAD /CREF /COMPILE %"SAVE" NRT20
@LOAD /CREF /COMPILE %"SAVE" NRTSRV
@LOAD /CREF /COMPILE %"SAVE" STNRT
@R CREF
*DSK:=NRT20
*DSK:=NRTSRV
*DSK:=STNRT
@VDIRECTORY NRT20,NRTSRV,STNRT
!END OF CONTROL FILE