Running BuildPlus with command line switch /build

This switch performs a complete build of one specified project (starting with the .RAW file already generated by the Project Wizard).

The basic syntax of the /build command is:

<INSTALLED_PROGRAM_LOCATION>\BUILDPLUS /build <BUILD_DIRECTORY> /<OTHER SWITCH>

where

For example, to build a project named "Demo project" in a build root C:\DBDOC_BUILDS, the command line would be:

“C:\Program Files\GMCL\DBDOC\Programs\BuildPlus.exe” /build “C:\DBDOC_BUILDS\Demo project”

By default, when using the switch /build:

You can use additional switches to change these options, or to use programs from the Overrides directory. See Using other command line switches.

See also