home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / asm / fdtools11.lha / fdtools10.readme < prev    next >
Encoding:
Text File  |  1994-06-14  |  704 b   |  23 lines

  1. Short: Tools for fd-files (new fd2pragma !)
  2. Type: dev/misc
  3. Uploader: nobbi@zaphod.rhein.de
  4. Author: nobbi@zaphod.rhein.de
  5.  
  6. FDTools is a package of three small programs that handle .fd (shared
  7. library description) files:
  8.  
  9.   - fd2i: FDFILE/A,IFILE/A
  10.  
  11.     fd2i converts a .fd file into an assembler include file (.i) containing
  12.     the LVO values for the library.
  13.  
  14.   - fd2stub: FDFILE/A,STUBFILE/A
  15.  
  16.     fd2stub creates an assembler (.a) file containing the LVOs and stub
  17.     function calls - including stubs for easy varargs usage.
  18.  
  19.   - fd2pragma: FDFILE/A,INCFILE/A
  20.  
  21.     fd2pragma is a replacement for the SAS/C utility fd2pragma. My fd2pragma
  22.     is able to generate #pragma tagcall statements correctly !
  23.