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

Contents

To see how to use the /build switch to build your project

  1. Start BuildPlus and open the project that you would like to build.
  2. On the Help menu, click Command Line Help. The Command Line Help window appears.
  3. In this window, select the options you want for your build.
  4. Copy the command from the box in the Command Line Help window.

This command will start BuildPlus and automatically build your project with the options you selected.

Details about using the /build switch

The basic syntax of the /build command is:

<INSTALLED_PROGRAM_LOCATION>\BUILDPLUS /build <BUILD_DIRECTORY>\<PROJECT_NAME> /<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 (x86)\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