Scroll to navigation

GBC3(1) User Commands GBC3(1)

NAME

gbc3 - GAMBAS Compiler

SYNOPSIS

gbc3 [options] [<project directory>]

DESCRIPTION

gbc3 compiles Gambas source projects into architecture-independent bytecode.

OPTIONS

-g, -debug
Adds debugging information.
-v, --verbose
Enables verbose output.
-a, --all
Compiles everything.
-w, --warnings
Enables warnings.
-t, --translate
Writes translation files.
-p, --public-control
Exports public form controls.
-m, --public-module
Exports public module symbols.
-s, --swap
Swaps endianness.
-r, --root <directory>
Defines the gambas installation directory.
-e, --translate-errors
Displays translatable error messages.
-x, --exec
Defines the 'Exec' preprocessor constant.
-V, --version
Displays the program's version.
-L, --license
Displays the program's license.
-h, --help
Displays help information.

NOTES

Updated source code and most documentation about Gambas can be found at http://gambas.sf.net.

BUGS

Bugs are filed at http://gambaswiki.org/bugtracker.

SEE ALSO

gambas3(1), gba3(1), gbh3(1), gbi3(1), gbr3(1), gbs3(1), gbw3(1), gbx3(1)
2018-10-28 Debian