Boo compiler
booc [options] files ...
This manual page documents briefly booc, the compiler for the BOO language.
A summary of options is included below.
-v, -vv, -vvv
Compiles using various levels of verbosity.
-r:refname
Adds a reference where refname is the reference name.
-o:outfile
Place output in file outfile.
-t:type
Output file will be of given type. Available types are library (to create a .dll file) or exe and winexe (to create executable files.)
-p:pipeline
Adds the step pipeline to the compile process.
-c:culture
CultureInfo to use.
-srcdir:dir
Specifies where to look for souce files.
-resource:<file>[,<name>]
Specify a resource file.
-embedres:<file>[,<name>]
Embed a file as resource.
-debug
Adds debug flags to your code. Good for non-production. (On by default)
-debug-
Does not add debug flags to your code. Good for production environment.
BOO was written by Rodrigo Barreto de Oliveira <[email protected]>.
This manual page was written by Federico Di Gregorio <[email protected]>, for the Debian project (but may be used by others).