Autobuild configure

From Second Life Wiki
Revision as of 16:52, 4 March 2011 by Merov Linden (talk | contribs) (Add an example for the use of OPT)
Jump to navigation Jump to search

Usage:

      autobuild configure [-h] [--dry-run] [-c CONFIGURATION][-a][--config-file FILE] [-- OPT [OPT ...]]


Arguments:

OPT
an option to pass to the configuration command. Passed as is to the command so don't forget the "-". e.g.
      autobuild configure -c OpenSourceRelWithDebInfo -- -DFMOD:BOOL=ON

Options:

-h, --help show this help message and exit
--config-file CONFIG_FILE (defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml")
--configuration [CONFIGURATION], -c [CONFIGURATION] build a specific build configuration (may be specified as comma separated values in $AUTOBUILD_CONFIGURATION)
--all, -a build all configurations
--use-cwd configure in current working directory
-n, --dry-run run tool in dry run mode if available
-q, --quiet minimal output
-v, --verbose verbose output
-d, --debug