!+ ! Installation procedure for XPORT V. 1.2 ! - !+ ! On this page logical device names are assigned to the various places ! where release files are put. These can be modified to produce ! non-standard installations. !- ! HELP files are put in BHLP: ! @DEFINE BHLP: HLP: ! Other documentation files are put in BDOC: ! @DEFINE BDOC: DOC: ! The compiler object modules are put in BCMP: ! N.B.: The default is to throw these files away. ! @DEFINE BCMP: NUL: ! Executable files are put in BEXE: ! @DEFINE BEXE: SYS: ! OTS and debugging object files are put in BORL: ! Warning: BLISS expects to find these files in the search-path ! defined by logical name SYS:. ! @DEFINE BORL: SYS: ! The source (macro) files for the OTS are put in BOSR: ! @DEFINE BOSR: BLI: ! The utility REQUIRE files are put in BURQ: ! @DEFINE BURQ: BLI: ! The utility LIBRARY files are put in BULB: ! @DEFINE BULB: BLI: ! The utility source files are put in BUSR: ! @DEFINE BUSR: BLI: ! The utility object files are put in BURL: ! @DEFINE BURL: BLI: ! The utility executable files are put in BUEX: ! @DEFINE BUEX: SYS: ! ! Here we list all the logical names defined for this run. @INFORMATION (ABOUT) LOGICAL-NAMES (OF) ALL ! Build the XPORT Structure Dump Generator !- @LINK *XDUMP/SAV=XDUMP,XPOT20/SEARCH,SYS:B362LB/SEARCH/GO !+ ! Copy files into destination directories @COPY XDUMP.EXE BUEX:XDUMP.EXE @COPY XDUMP.REL BURL:XDUMP.REL @COPY XPORT.REQ BURQ:XPORT.REQ @COPY XPORT.L36 BULB:XPORT.L36 @COPY XPOT20.REL BURL:XPORT.REL @COPY XPOT20.DBG BURL:XPORT.DBG @COPY XPOT20.REL BURL:XPOT20.REL @COPY XPOT20.DBG BURL:XPOT20.DBG @COPY XPOT10.REL BURL:XPOT10.REL @COPY XPOT10.DBG BURL:XPOT10.DBG