1gbc3(1) User Commands gbc3(1)
2
3
4
6 gbc3 - GAMBAS Compiler
7
8
10 gbc3 [options] [<project directory>]
11
12
14 Gambas is a free development environment based on a Basic interpreter
15 with object extensions, a mix of Java(tm) and Visual Basic(tm). With
16 Gambas, you can quickly design your program GUI, access MySQL or Post‐
17 greSQL databases, pilot KDE applications with DCOP, translate your pro‐
18 gram into many languages, and so on...
19
20 gbc3 is the compiler that allows you to compile Gambas projects into
21 architecture-independent bytecode.
22
23
25 -a, --all
26 compile all
27
28 -e, --translate-errors
29 display translatable error messages
30
31 -g, --debug
32 add debugging information
33
34 -h, --help
35 display help and exit
36
37 -L, --license
38 display license
39
40 -m, --public-module
41 module symbols are public by default
42
43 -p, --public-control
44 form controls are public
45
46 -r, --root <directory>
47 gives the gambas installation directory
48
49 -s, --swap
50 swap endianness
51
52 -t, --translate
53 output translation files
54
55 -v, --verbose
56 verbose output
57
58 -V, --version
59 display version
60
61 -w, --warnings
62 display warnings
63
64 -x, --exec
65 define the 'Exec' preprocessor constant
66
67
69 The latest version of Gambas can always be obtained from gambas.source‐
70 forge.net, documentation about the language is at http://gam‐
71 baswiki.org/wiki.
72
73
75 Report bugs to http://gambaswiki.org/bugtracker
76
77
79 Copyright© Benoît Minisini <g4mba5@gmail.com>;
80
81 This is free software; see the source for copying conditions. There is
82 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
83 PURPOSE.
84
85
86
87Ubuntu October 2013 gbc3(1)