home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 2 / Geek_Gadgets_2_2352.bin / amigaos / dist / fd2inline-1.11-bin.lha.pi < prev    next >
Fred Fish's Product-Info  |  1997-04-15  |  1KB  |  35 lines

  1. .name
  2. fd2inline
  3. .type
  4. Programmer tool
  5. .short
  6. Convert FD files to gcc 'inlines'
  7. .description
  8. FD2InLine is useful if you want to use GCC for Amiga-specific
  9. development and would like to call the functions in the Amiga shared
  10. libraries efficiently.  The format of calls to the Amiga shared
  11. library functions differs substantially from the default function call
  12. format of C compilers.  Therefore, some tricks are necessary if you
  13. want to use these functions.
  14.  
  15. FD2InLine is a parser that converts FD files and clib files to GCC
  16. inlines.  FD and clib files contain information about functions in
  17. shared libraries.  FD2InLine reads these two files and merges the
  18. information contained therein, producing an output file suitable for
  19. use with the GCC compiler.  This output file contains so-called
  20. inlines, one for each function entry.  Using them, GCC can produce
  21. very efficient code for making function calls to Amiga shared
  22. libraries.
  23. .version
  24. 1.11
  25. .author
  26. Kamil Iskra
  27. .distribution
  28. GNU Public License
  29. .source
  30. Includes source in C.
  31. .described-by
  32. Fred Fish (fnf@ninemoons.com)
  33. .submittal
  34. Received via ftp directly from the author.
  35.