home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / fd2inline-1.0-bin.lha.pi < prev    next >
Fred Fish's Product-Info  |  1996-10-12  |  1KB  |  34 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 make very efficient calls to Amiga
  10. shared libraries' functions.  Format of calls to Amiga shared
  11. libraries' functions differs substantially from the default format of
  12. C compilers. Therefore, some tricks are necessary if you want to use
  13. 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 outputs a file
  18. containing information from input files merged in a special format,
  19. suitable to use with GCC.  This output file contains so-called
  20. inlines, one for each function entry. Thanks to them GCC can produce
  21. very efficient code for Amiga shared libraries' functions calls.
  22. .version
  23. 1.0
  24. .author
  25. Kamil Iskra
  26. .distribution
  27. GNU Public License
  28. .source
  29. Includes source in C.
  30. .described-by
  31. Fred Fish (fnf@ninemoons.com)
  32. .submittal
  33. Received via ftp directly from the author.
  34.