Difference between revisions of "Autobuild configure"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with "<!-- ======================================================================= This wiki page was generated by the converting the --help output from this command using the pyhelp2w…")
 
(Add an example for the use of OPT)
Line 14: Line 14:


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


Options:
Options:

Revision as of 16:52, 4 March 2011

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