@ @! BUILDT20.CTL - TOPS-20 XPORT Build Procedure @ @! This TOPS-20 command procedure describes the process of building @! an XPORT Base Level for TOPS-20. This procedure is meant to be @! a guide to building a base level and is not intended to be run. @ @! Note: @ All of the source files reside on the VAX. In order to retrieve these @! files you must issue the following command under VMS: @! $xselect FETCH "" all tops10/20 @! and then transfer the files to the -20 and issue the following commands from 20gen: @ @delete *.log, *.lst ! Delete previous log and listing files. @delete 20dbg:*.lst ! Delete previous log and listing files. @ @submit xport:xl36 ! Create XPORT.L36 and XPOSYS.L36. @ @type xl36.log ! Verify successful compilation. @ @submit xpot20/time:1:00:00 ! Compile XPORT source files, @submit strt20/time:1:00:00 ! XPORT String Handling source files. @ @submit xpot20d/time:1:00:00 ! Compile debug versions of the same files. @submit strt20d/time:1:00:00 @submit xtest20d/time:1:00:00 @ @type xpot20.log ! Verify successful compilation. @type strt20.log @ @type xpot20d.log ! Verify successful compilation. @type strt20d.log @type xtest20d.log @ @Do x20lib.ctl ! Create XPORT.REL, object library file. @ @Do x20dlib.ctl ! Create the debug version. @ @submit linkt20d ! Link all TOPS-20 test programs and XDUMP.REL. @ @type linkt20d.log ! Verify successful linking. @ @ @connect xport: ! Connect to the master directory. @ @submit xtest ! Run all the test programs with sample data. @submit xtesta @submit xtestb @submit xtestd @submit xtesto @submit xtestq @submit xtestr @submit xtests @submit stestf @submit stesti @ @! TOPS-20 XPORT Base Level Build Complete @