Google
 

Trailing-Edge - PDP-10 Archives - BB-X116A-BB_1984 - nipgen.ctl
There is 1 other file named nipgen.ctl in the archive. Click here to see a list.
NIPGEN::
;*******************************************************************************
;                               NIPGEN
;*******************************************************************************
;
;Required cusps:
;	COMPIL.EXE
;	CREF.EXE
;	DIRECT.EXE
;	LINK.EXE
;	LNK???.EXE
;	MACRO.EXE
;
;Required files:
;	UUOSYM.UNV
;	GLXMAC.UNV
;	GLXINI.REL
;	NIPGEN.MAC
;
;Output files:
;	NIPGEN.EXE
;
.ASSIGN DEC SYS
.ASSIGN DEC UNV
.ASSIGN DEC REL
.SET WATCH VERSION
;
.COMPILE /CREF /COMP NIPGEN.MAC
.IF (ERROR) .GOTO DIR
;
.R LINK
*NIPGEN/SAVE=NIPGEN/GO
.IF (ERROR) .GOTO DIR
;
.GOTO COMMON
COMMON::
;*******************************************************************************
;				Common Ending
;*******************************************************************************
;
;.ASSIGN DSK LPT
;.CREF
.IF (ERROR)  .GOTO DIR
;.DEASSI LPT
;
DIR::
.NOERROR
;.DIRECT /CHECKS DSK:
;
%ERR::
%CERR::
%TERR::
;
EXIT::
%FIN::