man booc (Commandes) - BOO compiler

NAME

booc - BOO compiler

SYNOPSIS

booc [options] files ...

DESCRIPTION

This manual page documents briefly booc, the compiler for the BOO language.

OPTIONS

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.
-sourcedir:dir
Specifies where to look for souce files.
-resource:file
Specify a resource file.

SEE ALSO

booi(1), booish(1).

AUTHOR

BOO was written by Rodrigo Barreto de Oliveira <rbo@acm.org>.

This manual page was written by Federico Di Gregorio <fog@debian.org>, for the Debian project (but may be used by others).