4da85c26dd
[CONFIGURATION] * BUG: Fix man pages.
72 lines
1.8 KiB
Groff
72 lines
1.8 KiB
Groff
.TH "gbc3" "1" "October 2013" "Ubuntu" "User Commands"
|
|
|
|
.SH "NAME"
|
|
gbc3 \- GAMBAS Compiler
|
|
|
|
.SH "SYNOPSIS"
|
|
.B gbc3
|
|
[options] [<project directory>]
|
|
|
|
.SH "DESCRIPTION"
|
|
Gambas is a free development environment based on a Basic interpreter with object extensions, a mix of Java(tm) and Visual Basic(tm).
|
|
With Gambas, you can quickly design your program GUI, access MySQL or PostgreSQL databases, pilot KDE applications with DCOP, translate your program into many languages, and so on...
|
|
|
|
\fBgbc3\fR is the compiler that allows you to compile Gambas projects into architecture-independent bytecode.
|
|
|
|
.SH "OPTIONS"
|
|
.TP
|
|
\fB\-a, --all\fR
|
|
compile all
|
|
.TP
|
|
\fB\-e, --translate-errors\fR
|
|
display translatable error messages
|
|
.TP
|
|
\fB\-g, --debug\fR
|
|
add debugging information
|
|
.TP
|
|
\fB\-h, --help\fR
|
|
display help and exit
|
|
.TP
|
|
\fB\-L, --license\fR
|
|
display license
|
|
.TP
|
|
\fB\-m, --public-module\fR
|
|
module symbols are public by default
|
|
.TP
|
|
\fB\-p, --public-control\fR
|
|
form controls are public
|
|
.TP
|
|
\fB\-r, --root <directory>\fR
|
|
gives the gambas installation directory
|
|
.TP
|
|
\fB\-s, --swap\fR
|
|
swap endianness
|
|
.TP
|
|
\fB\-t, --translate\fR
|
|
output translation files
|
|
.TP
|
|
\fB\-v, --verbose\fR
|
|
verbose output
|
|
.TP
|
|
\fB\-V, --version\fR
|
|
display version
|
|
.TP
|
|
\fB\-w, --warnings\fR
|
|
display warnings
|
|
.TP
|
|
\fB\-x, --exec\fR
|
|
define the 'Exec' preprocessor constant
|
|
|
|
.SH "AVAILABILITY"
|
|
The latest version of Gambas can always be obtained from
|
|
\fBgambas.sourceforge.net\fR, documentation about the language is at
|
|
\fBhttp://gambaswiki.org/wiki\fR.
|
|
|
|
.SH "REPORTING BUGS"
|
|
Report bugs to \fBhttp://gambaswiki.org/bugtracker\fR
|
|
|
|
.SH "COPYRIGHT"
|
|
Copyright\(co Benoît Minisini <g4mba5@gmail.com>;
|
|
.PP
|
|
This is free software; see the source for copying conditions. There is NO
|
|
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|