home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / pdl / docmgrrd.me < prev    next >
Encoding:
Text File  |  1988-05-03  |  1.6 KB  |  45 lines

  1. NOTE: All the Ada source files are in the file called docmgr.src,
  2.       and all the documentation files are in the file called
  3.       docmgr.doc.  These files can be broken apart using the
  4.       WIS JPMO's tool Combine & Break (PD:<ADA.TOOLS>CBREAK*).
  5.  
  6. To rebuild the DOCMGR tools:
  7.  
  8.  1. Compile all of the abstractions into an Ada program library
  9.  
  10.  2. Compile the files in the [.DOCMGR.SOURCE] directory into
  11.     the same library or into a sublibrary of that library.  The
  12.     file DOCMGR.CO lists all of the DOCMGR source files in a
  13.     valid compilation order.
  14.  
  15.  3. Link the following executables:
  16.  
  17.     Executable Name        Ada program unit name
  18.  
  19.     ADDUSER.EXE            Add_User
  20.     CHCONSIST.EXE        Check_Consistency
  21.     COPYL.EXE            Copy_Library
  22.     CREATECAT.EXE        Create_Catalog
  23.     CREATEI.EXE            Create_Item
  24.     CREATEL.EXE            Create_Library
  25.     CREATERM.EXE        Cre_RM
  26.     DELHUSER.EXE        Delete_HIF_User
  27.     DELETEL.EXE            Delete_Library
  28.     DELUSER.EXE            Delete_User
  29.     FETCHI.EXE            Fetch_Item
  30.     FILEGEN.EXE            FileGen
  31.     LIBMGR.EXE            Interactive_Library_Manager
  32.     LISTCAT.EXE            List_Catalogs
  33.     LISTL.EXE            List_Library
  34.     LISTI.EXE            List_Item
  35.     OPENCAT.EXE            Open_Catalog
  36.     PAGINATE.EXE        Paginate
  37.     RETURNI.EXE            Return_Item
  38.  
  39.  
  40. This release is built on a version of the HIF (Host Interface Facility)
  41. called the Super-HIF that has known problems.  The current version of
  42. the Super-HIF will not allow multiple processes to access item(s) in the
  43. Super-HIF at the same time.  The consequence of this is that only one
  44. process may access the catalog or th library at a given time.
  45.