summaryrefslogtreecommitdiff
path: root/src/swfc.1
blob: efca89cc37d371a086469ab52f7f9d842a26fe1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.TH swfc "1" "April 2009" "swfc" "swftools"
.SH NAME
swfc - compile .sc files to swf.

.SH Synopsis
.B swfc [-o file.swf] file.sc

.SH DESCRIPTION
Compiles a file written in sc (SWF Script) into a number of SWF files.

.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR 
    Print short help message and exit
.TP
\fB\-V\fR, \fB\-\-version\fR 
    Print version info and exit
.TP
\fB\-C\fR, \fB\-\-cgi\fR 
    Output to stdout (for use in CGI environments)
.TP
\fB\-v\fR, \fB\-\-verbose\fR 
    Increase verbosity. Use more than one \fB-v\fR for greater effect.
.TP
\fB\-o\fR, \fB\-\-output\fR \fIfilename\fR
    Specify output file (Default: output.swf). 
    This affects only the parts of the .sc file which haven't
    specified an output file themselves. 
.SH AUTHOR

Matthias Kramm <kramm@quiss.org>