VMS Utility Routines

This directory is my development directory for several small routines not belonging to a specific package. Not everything is written by myself though, just adapted to my needs.

Compile, build Library:

Use either MMS or MMK: "MMS target" (using descrip.mms).
blank target compiles everything, builds []UTIL.OLB
target INSTALL builds and copies UTIL.OLB to SYS$COMMON:[SYSLIB]
some.OBJ just builds a single object from source .

Without MMS/MMK: @libcompile builds UTIL.OLB .

Download:

All sources needed for Util.OLB and the applications in [.main] are available in
huber_util.zip

Copyright:

If not stated differently inside a source file, all software here is issued under the GNU Public License (GPL), see ../pds/gpl.html , or the GNU Library Public License (LGPL) LGPL.txt