Difference between revisions of "Autobuild configure"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<!-- =======================================================================
This wiki page was generated by the converting the --help output from this
command using the pyhelp2wiki command.
Rather than changing this page directly, or at least after having done so,
consider making the change to the command help itself (or suggest doing so
to the author).
======================================================================== -->
{{Autobuild Cmd
{{Autobuild Cmd
|command=  
|command=  
autobuild configure ''option'' [''argument''] [''option'' [''argument'']] ...
autobuild configure <br>    ''option'' [''value''] [''option'' [''value'']] ...
|comments=Configures platform targets.
|comments=Configures platform targets.
}}
}}

Revision as of 17:21, 9 March 2011

autobuild configure
option [value] [option [value]] ...

Configures platform targets.

Standard Options

Option Shortcut Value Description
--debug -d None Display debug output
--dry-run -n None Run tool in dry run mode if available
--help -h None Show help message
--quiet -q None Display minimal output
--verbose -v None Display verbose output

Command-Specific Options

Option Shortcut Value Description
--all -a None Build all configurations
--config-file config_file N/A Configuration file Use specified configuration file. Defaults to $AUTOBUILD_CONFIG_FILE or autobuild.xml.
--configuration config -c config Configuration(s) to build Build a specific build configuration (may be specified as comma separated values in $AUTOBUILD_CONFIGURATION)
-- option N/A Option to pass, including leading dash Pass specified option to the configuration command. Passed "as is," so don't forget the "-". Example:

-- -DFMOD:BOOL=ON

--use-cwd N/A None Configure in current working directory