- Conditional-A conditional build compiles and links all necessary modules,
but it stops processing on the first error.
- Forced-A forced build compiles and links all modules whether they need
to be built or not.
- Report-The report build determines what would take place if you were to
request an unconditional build.
- Unconditional-An unconditional build continues processing all modules
despite translation errors.
- Information-Returns information in XML format that describes the translators
such as compilers that will be used to build the selected part.
These build modes are applied to all build processes.