This switch performs a complete build of one specified project (starting with the .RAW file already generated by the Project Wizard).
This command will start BuildPlus and automatically build your project with the options you selected.
The basic syntax of the /build command is:
<INSTALLED_PROGRAM_LOCATION>\BUILDPLUS /build <BUILD_DIRECTORY>\<PROJECT_NAME> /<OTHER SWITCH>
where
<INSTALLED_PROGRAM_LOCATION>
would typically be the default "C:\Program Files (x86)\GMCL\DBDOC\Programs"
(Note: the quotations are necessary because of the spaces in ‘Program Files (x86)’)
<BUILD DIRECTORY>
refers to the build root, for example C:\DBDOC_BUILDS
<PROJECT_NAME>
refers to the name of the project to be built, for example "Demo project"
<OTHER SWITCH>
may be added to specify other options
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.
DBDOC ©1996 - 2024 G. Michaels Consulting Ltd., all rights reserved. All other trademarks and registered trademarks are the property of their respective holders. Website source largely available under the terms of the AGPLv3.