~ubuntu-branches/ubuntu/oneiric/haxe/oneiric

« back to all changes in this revision

Viewing changes to debian/haxe.1

  • Committer: Bazaar Package Importer
  • Author(s): Jens Peter Secher
  • Date: 2008-06-15 11:04:09 UTC
  • mfrom: (2.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080615110409-7pyykgwmk5v0cues
Tags: 1:1.19-3
* Remove bashism in script.
  (Closes: #484390)
* Upgrade to Policy 3.8.0 by including a README.source explaining how to
  use dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH HAXE 1 "May 2, 2006" ""
 
1
.TH HAXE 1 "January 6, 2007" ""
2
2
.SH NAME
3
3
haxe \- compile haXe programs to SWF, Neko, or JavaScript.
4
4
.SH SYNOPSIS
5
 
.B haxe [options] 
6
 
.I class_names
7
 
.B ...
 
5
\fBhaxe\fR [options...] \fIclass_names\fR ...
8
6
.SH DESCRIPTION
9
7
.B haxe
10
8
is a command-line compiler which compiles haXe programs into client-side
20
18
.BI "\-js " file
21
19
Compile code to JavaScript file.
22
20
.TP
 
21
.BI "\-as3 " directory
 
22
Generate AS3 code into target directory.
 
23
.TP
23
24
.BI "\-swf " file
24
25
Compile code to Flash SWF file.
25
26
.TP
35
36
.BI "\-neko " file
36
37
Compile code to Neko Binary.
37
38
.TP
 
39
.BI "\-x " file
 
40
Shortcut for compiling and executing a neko file.
 
41
.TP
38
42
.BI "\-xml " file
39
43
Generate XML types description.
40
44
.TP
41
45
.BI "\-main " class
42
46
Select startup class.
43
47
.TP
 
48
.BI "\-lib " library[:version]
 
49
Use a haxelib library.
 
50
.TP
44
51
.BI "\-D " var
45
52
Define the macro variable.
46
53
.TP
53
60
.B "\-v"
54
61
Turn on verbose mode.
55
62
.TP
 
63
.B "\-debug"
 
64
Add debug informations to the compiled code.
 
65
.TP
56
66
.B "\-prompt"
57
67
Prompt on error.
58
68
.TP
59
69
.B "\-cmd"
60
70
Run the specified command after successful compilation.
61
71
.TP
62
 
.B "\-\-flash-strict"
 
72
.B "\-\-flash\-strict"
63
73
More type strict flash API.
64
74
.TP
65
75
.B "\-\-override"
66
76
Ensure that overriden methods are declared with 'override'.
67
77
.TP
68
 
.B "\-\-no-traces"
 
78
.B "\-\-no\-traces"
69
79
Do not compile trace calls in the program.
70
80
.TP
71
 
.B "\-\-flash-use-stage"
 
81
.B "\-\-flash\-use\-stage"
72
82
Place objects found on the stage of the SWF lib.
73
83
.TP
 
84
.B "\-\-neko\-source"
 
85
Keep generated neko source.
 
86
.TP
 
87
.BI "\-\-gen\-hx\-classes " file
 
88
Generate hx headers from SWF9 file.
 
89
.TP
74
90
.B "\-\-next"
75
91
Separate several haxe compilations.
76
92
.TP
77
93
.B "\-\-altfmt"
78
94
Use alternative error output format.
79
95
.TP
 
96
.B "\-\-auto\-xml"
 
97
Automatically create an XML for each target.
 
98
.TP
 
99
.B "\-\-display"
 
100
Display code tips.
 
101
.TP
 
102
.B "\-\-no\-output"
 
103
Compiles but does not generate any file.
 
104
.TP
 
105
.B "\-\-times"
 
106
Mesure compilation times.
 
107
.TP
80
108
.B "\-help"
81
109
Display this list of options.
82
110
.TP
83
111
.B "\-\-help"
84
112
Display this list of options.
85
 
.SH MANPAGE
86
 
Placed in the public domain by Jens Peter Secher.
87
113
.SH AUTHOR
88
 
haXe is written by Nicolas Cannasse.
 
114
haXe is written by Nicolas Cannasse for Motion-Twin.
89
115
.SH SEE ALSO
 
116
.BR "haxelib" (1),
 
117
.BR "haxedoc" (1).
90
118
.IR "http://haxe.org" .