home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / beehive / program / clink.arc / CLINK.NOT < prev    next >
Encoding:
Text File  |  1990-07-22  |  1.3 KB  |  25 lines

  1. The programs on this disk were contributed by Phillip Emerson (pe),
  2. Jon Herbold (jh), Paul Canniff (pc) and George V. Woodley (gvw).
  3.  
  4.  Filename         description
  5. -------------------------------------------------------------------
  6.  
  7. Files contributed by Phillip L. Emerson:
  8.  CLINK.DOC       Documentation for linker which extracts
  9.                  functions from source (not object) libraries.
  10.  CLINK80.C       Source code for a version of CLINK compilable
  11.                  by Software Toolworks' C/80.
  12.  CLINK.C         Source code for a version that should be
  13.                  more easily ported to other compilers.
  14.  PORTING.DOC     Ideas on porting CLINK to other systems.
  15.  TESTC.B         A simple illustration program that calls functions
  16.                  defined in a library file.  Configured for
  17.                  Software-Toolworks' MS-DOS C compiler and Mathpak.
  18.  USRLIB.B        A simple illustration library file.
  19.  LIBKEY.B        The index file derived by CLINK, from USRLIB.B
  20.                  the first time the library file was referenced.
  21.  TESTC.C         The output of CLINK, with TESTC.B as the input
  22.                  program file, and USRLIB.B as the library file.
  23.  
  24. C         The output of CLINK, with TESTC.B as the input
  25.