! Eve Plus - Extensions to EVE ! ! This is a collection of TPU procedures to aid in building custom ! section files. ! ! This file doesn't contain any of the hacks, rather it defines a ! few basic building blocks and three procedures comprising an ! "include" feature and then executes a buffer which includes the ! various pacakages that make up "EVE plus". The three procedures ! are used thusly: ! ! eveplus_start_build; ! Set-up to gather TPU$LOCAL_INITs ! ! eveplus_include("..."); ! Include the first file ! eveplus_include("..."); ! Include the next file ! : ! eveplus_include("..."); ! Include the last file ! ! eveplus_complete_build; ! Compile the accumulated local init ! ! See EVEPLS.ABS (EVE_PLUS.ABSTRACT) for more information - the fast ! and easy way to get going is copy EVEPLUS.GBL to SYS$LIBRARY ! define a symbol, say EVE == "$EDIT/TPU/SEC=EVEPLUS" and ! have at it. ! ! Editor's note: ! ! This Eve Plus was (as you may guess by the .GBL file name) for VMS V4.2. ! TPU was updated with VMS V4.4, and that made all *.GBL files no good. ! In addition to changing the format of the files, their names were ! changed to *.TPU$SECTION. The EVEPLUS.TPU$SECTION file in this ! directory was compiled on our system by the new TPU and seems to work.