Trailing-Edge
-
PDP-10 Archives
-
ap-c796e-sb
-
factpr.ctl
There are no other files named factpr.ctl in the archive.
;TO MAKE FACTPR.SHR FROM FACTPR.MAC
;
;REQUIRED FILES:[10,7]
; PIP.SHR
; MACRO.SHR
; COMPIL.SHR
; LINK MODULES
; SCAN.REL
; DIRECT.SHR
; CREF.SHR
;
;[UNV] C.UNV
; QPRM.UNV
;[SELF]
; FACTPR.MAC
;OUTPUT FILES:
; FACTPR.SHR
; FACTPR.LOG
; FACTPR.LST (CREF LISTING)
;
;
.R PIP[10,7]
*/X_[10,7]PIP.SHR,MACRO.SHR,DIRECT.SHR,CREF.SHR,LINK.SHR,LNK???.SHR
*/X_[10,7]SCAN.REL,COMPIL.SHR
;
.ASSIGN DSK SYS
.SET WAT VER
;
;COMPILE AND LOAD FACTPR
.LOAD/MAP:LPT:FACTPR /CREF/COMPILE FACTPR.MAC,SCAN.REL/LIB
.SSAVE DSK:FACTPR
.VERSION
.DIR/CHE FACTPR.*,FCR???.RND
.CREF
.DEL MACRO.SHR,LINK.SHR,LNK???.SHR,,SCAN.*
.DEL DIRECT.*,CREF.*,PIP.SHR,COMPIL.SHR