Man Linux: Main Page and Category List

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@acm.org>.

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

                                maggio 31, 2005