tizen 2.3 release
[framework/uifw/embryo.git] / debian / embryo_cc.1
1 .TH EMBRYO_CC 1 "Jan 30, 2007" "0.9.1.037" "The embryo compiler"
2 .SH NAME
3 embryo_cc \- a small compiler
4 .SH SYNOPSIS
5 .B embryo_cc
6 .B filename
7 .RI [\| OPTIONS \|]
8 .SH DESCRIPTION
9 Embryo is an enlightenment adaption of the small PAWN language.
10 .P
11 embryo_cc is a compiler for embryo files.
12 .SH EXAMPLES
13 embryo_cc filename
14 .SH OPTIONS
15 .BI -i " \|name
16 Path for include files
17 .P
18 .BI -o " \|name
19 Set base name of output file
20 .P
21 .BI -S " \|num
22 Stack/heap size in cells (default=4096, min=65)
23 .SH FILES
24 embryo_cc
25 .SH BUGS
26 There is a bug with gcc 3.2.x.
27 .BR
28 Prefer gcc 3.3.x.
29 .P
30 Please reports bugs to the Pkg-E Team <pkg-e-devel@lists.alioth.debian.org>
31 .SH AUTHOR
32 This man page was written by Ronald Claveau for the Debian GNU/Linux system (but may  be  used by others).