6c2bb03d7c
* NEW: Support for the new 'Public' project virtual directory, which is '.public' on the disk. [SCRIPTER] * NEW: Support for a new '-f- option that compile the script with JIT compilation enabled. [GB.DESKTOP] * BUG: Remove _Desktop.ActivateWindow() method. [GB.HTTPD] * NEW: The embedded HTTP server now can serve static files located in the '.public' hidden project directory. git-svn-id: svn://localhost/gambas/trunk@5226 867c0c6c-44f3-4631-809d-bfa615b0a4ec
12 lines
332 B
Text
12 lines
332 B
Text
|
|
Compile and execute a Gambas script.
|
|
|
|
Usage: gbs3 [options] [<script file>]
|
|
|
|
Options:
|
|
-c --nocache force the script compilation (do not check cache)
|
|
-v --verbose be verbose
|
|
-f --fast use just-in-time compiler
|
|
-V --version display version
|
|
-L --license display license
|
|
-h --help display this help
|