; ; [ 1 1 , 2 5 ] S R D B L D . C M D ; ; COMMAND FILE TO BUILD THE 'SRD' UTILITY ; LB:[11,1]SRD/-FP/MU,SY:[311,25]SRD/-SP= ; ; To build the DEBUG version, edit all source files ; and change the RO psects to RW, then include the next line ; ;SRD/DA/-FP/MU,SRD/-SP= ; SRDATA,SRDINI,SRDLST,SRDNUD,SRDOPR SRDROT,SRDSRT,SRDSUB,SRDTRP,SRDTST / ; ; Specify SST vector table ; TSKV=SSTVC$:7 ; ; Don't need too large a stack ; STACK=128 ; ; Specify the installed task name and run UIC ; TASK=...SRD UIC=[0,0] ; ; The following extend task will give room for a directory ; that is 16 disk blocks long. For larger directories, ; re-install ...SRD with a larger increment. ; EXTTSK=8192 ; ASG=TI:1,SY:2:3 UNITS=3 ; ; remove the comment from the following line to use the ; IAS/RSX-11D system resident library, SYSRES (HRT 1-Feb-79) ; LIBR=SYSRES:RO ; /