; BUILD.RSX ; ; MCR COMMAND FILE TO BUILD THE TABLES PROGRAMS. ; ; CAUTION: THIS PROCEDURE HAS BEEN CHECKED OUT ON IAS V3.1 BEFORE ; TIME-SHARING STARTUP. IT HAS NOT BEEN CHECKED OUT ON RSX-11M. ; ;Build and install the tables programs. ; .ASK IFFLEX Do you need to build Flecs? ; ; Build the library of common subroutines. ; @LIBRARY.RSX ; ; If required, build FLECS. ; .IFT IFFLEX TKB @FLECS.TKB .IFT IFFLEX INS FLEX ; ; Add Flecs modules to the library ; @LIBRY2.RSX ; ; Build the table programs. ; @DFTBLD.RSX @DMTBLD.RSX @EDTBLD.RSX @LSTBLD.RSX @MGTBLD.RSX @RPTBLD.RSX @SBTBLD.RSX ; ; Install them. ; INSTALL DEFTAB INSTALL DMPTAB INSTALL EDITAB INSTALL LISTAB INSTALL MERGTAB INSTALL RPTTAB INSTALL SUBTAB ; ; All tasks have been built and installed. Now print the file TEST.BIS ; and use it as a guide to test the system. ;