2012-08-21 03:03:52 +02:00
|
|
|
|
|
|
|
Compile and execute a Gambas script.
|
|
|
|
|
|
|
|
Usage: gbs3 [options] [<script file>]
|
|
|
|
|
|
|
|
Options:
|
|
|
|
-c --nocache force the script compilation (do not check cache)
|
2020-05-17 08:27:41 +02:00
|
|
|
-e execute the source code provided by the command line ( ':' separator )
|
|
|
|
-f --fast use just-in-time compiler
|
|
|
|
-h --help display this help
|
|
|
|
-L --license display license
|
|
|
|
-u force components loading ('comp1,comp2...')
|
2012-08-21 03:03:52 +02:00
|
|
|
-v --verbose be verbose
|
2020-02-23 21:16:23 +01:00
|
|
|
-w --warnings display warning during compile
|
2012-08-21 03:03:52 +02:00
|
|
|
-V --version display version
|