;***************************************************************************; ; LINK command file for PRO/RTIL Installation Certification (ICP) ; ; ; ; NOTICE new files are created in LB:[1,5], and existing files, other ; ; than the installed PRTIL library, are referenced on the distribution ; ; diskette. ; ; ; ; Changes made to this version include support for the ADM plotting ; ; routines. These routines call the Core Graphics Library, which requires ; ; additional LINKer parameters. ; ; ; ;***************************************************************************; ; Task image , Task Map file = Object file , PRTIL library HGICP.TSK;1,HGICP.MAP;1/-SP,HGICP.STB;1=HGICP.OBJ,HGLIB.OLB/LB / TASK = HGICP ; Task name is HGICP UNITS = 20 ; Allocate 20(10) LUNs GBLDEF = HGLUN:24 ; Make the global definition HGLUN = 20(10) ASG = HG0:20 ; Assign the device HG0: to LUN 20(10) EXTSCT = MN$BUF:4540 ; Define the external sections EXTSCT = DM$BUF:4540 EXTSCT = MM$BUF:1000 EXTSCT = HL$BUF:3410 EXTSCT = MS$BUF:3100 EXTSCT = FL$BUF:0 GBLDEF = MN$LUN:20 ; Menu services GBLDEF = HL$LUN:21 ; Help services GBLDEF = MS$LUN:16 ; Message services GBLDEF = TT$EFN:1 ; Terminal event flag GBLDEF = TT$LUN:15 ; Terminal LUN GBLDEF = WC$LUN:23 ; OLDFIL and NEWFIL services GBLDEF = G$LUN:15 ; Graphics LUN (Terminal) ; ; Declare the resident libraries : POS, CGL and RMS. ; CLSTR = POSRES,CGLFPU,RMSRES:RO //