	 Abstract:   K BLDSHR is a utility for semi-automatic creation and maintenance of transfer > vectors when turning an object library into a shareable image.  I USERGUIDE.TXT describes shareable images, and how to use BLDSHR, from the N point of view of a programmer who isn't well up on shareable image techniques.  K CODEGUIDE.TXT describes briefly what the utility does, and what the various  modules of code are for.  K CONDITIONS_OF_USE.TXT tells you that you may not sell this code or anything J derived from it. (The shareable images you build MAY, of course, be sold).   Other files you should have:   BLDSHR.FOR	main program source  $ ERROR.FOR       the rest of the code MISC.FOR OBJSCAN.FOR 	 SYMTB.FOR    STDEFS.CMN	include files OBJDEFS.CMN  RECTYPES.CMN  > VECLIB.MAR	source of macro library used to assemble the vector  & KITBLD.COM	makes binaries from the kit- BLDSHR.COM	command procedure to drive BLDSHR    