[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
stubgen [ -b base | --base base ] deffile.def |
The stubgen
utility generates assembly language stub files for a
GLib or an assembly language dispatch table for a SysLib (see section Shared libraries). You can write these stub files yourself, but, particularly
for a GLib, it is easier to have stubgen
generate them for you from the
relevant clause in your library's definition file (see section Definition files).
stubgen
reads from deffile and by default writes its output to
`deffile-stubs.c' and `deffile-jumps.s', or to
`deffile-dispatch.s', depending on the project-kind
specified in deffile.
-b base
--base base
Write the GLib output to `base-stubs.c' and `base-jumps.s', or the SysLib output to `base-dispatch.s'.
(This is inconsistent with the way multigen
handles the `-b'
option. One or the other is likely to change.)
This document was generated by root on October, 25 2005 using texi2html 1.76.