;PLOT.CTL - This batch control file will put the CSM plotting software ; into FORLIB.REL ; ;Input files: ; DEC:FORLIB.V6 Unmodified FORLIB version 6 ; ; DSK:PLTUNV.MAC List of dummy entry points ; PLOT.MAC Major portion of subroutine plot ; PLTDSK.MAC Compressed disk file device driver ; PLTRGS.MAC ReGIS device driver (GIGI, VT125, DMP4R) ; PLTTEK.MAC Tektronix device driver (4006, 4010, 4012) ; PLTIOD.MAC I/O and data (end of PLOT.REL) ; DSKPLT.MAC Defines default plotter type ; SYMBOL.MAC Draws letters on the plotter ; SYMBOL.DAT Data file for subroutine SYMBOL ; PLTLIB.MIC Compiles PLTUNV.REL, PLOT.REL, SYMBOL.REL ; FORPLT.MIC Updates FORLIB.REL ; CPLOT1.REL Miscellaneous CSM plotting routines ; CMISC1.REL Miscellaneous CSM routines ; ; ;Output files: (to be placed on SYS:) ; DSK:FORLIB.REL With modifications ; SYMBOL.DAT .PATH/CREATE:(DSKA,DSKB) COMPIL:: ;Compile the 3 REL files .DO PLTLIB COMPILE REMDEC:: ;Remove unwanted DEC routines and add CSM routines .DO FORPLT REMDEC .DELETE PLTUNV.UNV,PLTUNV.REL,PLOT.REL,SYMBOL.REL DONE:: ;Get directory of created files .DIRECT FORLIB.REL, SYMBOL.DAT