
CREATING THE LIBRARY:

(1) breaking out the files.

   <UUDECODE BREAKUP.UUE>

   <get into some empty directory>
   makedir src
   makedir bfiles
   <copy all the .B files into 'bfiles'>
   cd bfiles
   breakup *.b

      (breakup will put all the files in 'src')

   cd /src
   <copy all the .H files into your compiler disk INCLUDE directory>

(2) compiling/assembling

   <compile all .C files, assemble all .ASM files>
   <JOIN all the .o files together and call it MY.LIB.  If you have
    Manx, you must use Manx's librarian to do it>


