1EXO-CSOURCE(1) Xfce UserĀ“s Manual EXO-CSOURCE(1)
2
3
4
6 exo-csource - C code generation utility for arbitrary data
7
9 exo-csource [options] [file]
10
11 exo-csource [options] --build-list [[name] [file]...]
12
14 exo-csource is a small utility that generates C code containing
15 arbitrary data, useful for compiling texts or other data directly into
16 programs.
17
19 exo-csource either takes as input one file name to generate code for,
20 or, using the --build-list option, a list of (name, file) pairs to
21 generate code for a list of images into named variables.
22
23 Options
24 -h, --help
25 Print brief help and exit.
26
27 -v, --version
28 Print version information and exit.
29
30 --extern
31 Generate extern symbols.
32
33 --static
34 Generate static symbols (default).
35
36 --name=identifier
37 Specifies the identifier name (prefix) for the generated variables
38 (only used if --build-list was not specified as well).
39
40 --build-list
41 Enables (name, file) pair parsing mode.
42
44 The gdk-pixbuf-csource utility which ships with the Gtk+ distribution,
45 available from www.gtk.org[1].
46
48 exo-csource was written by Benedikt Meurer benny@xfce.org.
49
50 This manual page was provided by Benedikt Meurer benny@xfce.org.
51
53 1. www.gtk.org
54 http://www.gtk.org
55
56
57
58Xfce 05/21/2010 EXO-CSOURCE(1)