sourCEntral - mobile manpages

pdf

BOOC

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.

−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.

SEE ALSO

booi(1), booish(1).

AUTHOR

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

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

pdf