home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1996-10-12 | 1.1 KB | 34 lines |
- .name
- fd2inline
- .type
- Programmer tool
- .short
- Convert FD files to gcc 'inlines'
- .description
- FD2InLine is useful if you want to use GCC for Amiga-specific
- development and would like to make very efficient calls to Amiga
- shared libraries' functions. Format of calls to Amiga shared
- libraries' functions differs substantially from the default format of
- C compilers. Therefore, some tricks are necessary if you want to use
- these functions.
-
- FD2InLine is a parser that converts FD files and clib files to GCC
- inlines. FD and clib files contain information about functions in
- shared libraries. FD2InLine reads these two files and outputs a file
- containing information from input files merged in a special format,
- suitable to use with GCC. This output file contains so-called
- inlines, one for each function entry. Thanks to them GCC can produce
- very efficient code for Amiga shared libraries' functions calls.
- .version
- 1.0
- .author
- Kamil Iskra
- .distribution
- GNU Public License
- .source
- Includes source in C.
- .described-by
- Fred Fish (fnf@ninemoons.com)
- .submittal
- Received via ftp directly from the author.
-