175 lines
3.2 KiB
HTML
175 lines
3.2 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of EXO-CSOURCE</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>EXO-CSOURCE</H1>
|
|
Section: Xfce Users Manual (1)<BR>Updated: 11/03/2019<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
exo-csource - C code generation utility for arbitrary data
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1">
|
|
<B>exo-csource</B> [options] [file]
|
|
<DT id="2">
|
|
<B>exo-csource</B> [options] --build-list [[name] [file]...]
|
|
</DL>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<P>
|
|
|
|
<B>exo-csource</B>
|
|
<DD>is a small utility that generates C code containing arbitrary data, useful for compiling texts or other data directly into programs.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>INVOCATION</H2>
|
|
|
|
<P>
|
|
|
|
<B>exo-csource</B>
|
|
either takes as input one file name to generate code for, or, using the
|
|
<B>--build-list</B>
|
|
option, a list of (<I>name</I>,
|
|
<I>file</I>) pairs to generate code for a list of images into named variables.
|
|
<A NAME="lbAF"> </A>
|
|
<H3>Options</H3>
|
|
|
|
<P>
|
|
|
|
<B>-h</B>, <B>--help</B>
|
|
<DL COMPACT><DT id="3"><DD>
|
|
Print brief help and exit.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>-v</B>, <B>--version</B>
|
|
<DL COMPACT><DT id="4"><DD>
|
|
Print version information and exit.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>--extern</B>
|
|
<DL COMPACT><DT id="5"><DD>
|
|
Generate extern symbols.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>--static</B>
|
|
<DL COMPACT><DT id="6"><DD>
|
|
Generate static symbols (default).
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>--name=identifier</B>
|
|
<DL COMPACT><DT id="7"><DD>
|
|
Specifies the
|
|
<I>identifier</I>
|
|
name (prefix) for the generated variables (only used if
|
|
<B>--build-list</B>
|
|
was not specified as well).
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>--build-list</B>
|
|
<DL COMPACT><DT id="8"><DD>
|
|
Enables (<I>name</I>,
|
|
<I>file</I>) pair parsing mode.
|
|
</DL>
|
|
|
|
<P>
|
|
|
|
<B>--output=identifier</B>
|
|
<DL COMPACT><DT id="9"><DD>
|
|
Prints the output to
|
|
<I>identifier</I>
|
|
instead of stdout (only used if
|
|
<B>--build-list</B>
|
|
was not specified as well).
|
|
</DL>
|
|
|
|
<A NAME="lbAG"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
<P>
|
|
|
|
The
|
|
<B>gdk-pixbuf-csource</B>
|
|
utility which ships with the Gtk+ distribution, available from
|
|
m[blue]<B><A HREF="http://www.gtk.org">www.gtk.org</A></B>m[]<FONT SIZE="-2">[1]</FONT>.
|
|
<A NAME="lbAH"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
<P>
|
|
|
|
<B>exo-csource</B>
|
|
was written by Benedikt Meurer
|
|
<<A HREF="mailto:benny@xfce.org">benny@xfce.org</A>>.
|
|
<P>
|
|
|
|
This manual page was provided by Benedikt Meurer
|
|
<<A HREF="mailto:benny@xfce.org">benny@xfce.org</A>>.
|
|
<A NAME="lbAI"> </A>
|
|
<H2>NOTES</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="10"> 1.<DD>
|
|
<A HREF="http://www.gtk.org">www.gtk.org</A>
|
|
<DL COMPACT><DT id="11"><DD>
|
|
<A HREF="http://www.gtk.org">http://www.gtk.org</A>
|
|
</DL>
|
|
|
|
<P>
|
|
</DL>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="12"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="13"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="14"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="15"><A HREF="#lbAE">INVOCATION</A><DD>
|
|
<DL>
|
|
<DT id="16"><A HREF="#lbAF">Options</A><DD>
|
|
</DL>
|
|
<DT id="17"><A HREF="#lbAG">SEE ALSO</A><DD>
|
|
<DT id="18"><A HREF="#lbAH">AUTHOR</A><DD>
|
|
<DT id="19"><A HREF="#lbAI">NOTES</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:12 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|