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…")
 
m
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- =======================================================================
{{Autobuild Cmd
This wiki page was generated by the converting the --help output from this
|command=  
command using the pyhelp2wiki command.
autobuild configure <br>    ''option'' [''value''] [''option'' [''value'']] ...
|comments=Configures platform targets.
}}


Rather than changing this page directly, or at least after having done so,
'''Command-Specific Options'''
consider making the change to the command help itself (or suggest doing so
{| class=lltable border=1
to the author).
|--
======================================================================== -->
!width=150| Option
Usage:
!Shortcut
      <nowiki>autobuild configure [-h] [--dry-run] [-c CONFIGURATION][-a][--config-file FILE] [-- OPT [OPT ...]]</nowiki>
!Value
!Description


|-
| --all
| -a
|None
|Build all configurations


Arguments:
|-
| --config-file ''config_file''
| N/A
| Configuration file
| Use specified configuration file. Defaults to $AUTOBUILD_CONFIG_FILE or <code>autobuild.xml</code>.


:;<nowiki>OPT</nowiki>
|-
::<nowiki>an option to pass to the configuration command </nowiki>
| --configuration ''config''
| -c ''config''
| Configuration(s) to build
| Build a specific build configuration (may be specified as comma separated values in $AUTOBUILD_CONFIGURATION)


Options:
|-
:{|border="0" cellpadding="5" style="border-collapse: collapse; border-style: none;"
| -- ''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:
<code>-- -DFMOD:BOOL=ON</code>


|- style="vertical-align: top;"
|-  
|<nowiki>-h, --help</nowiki>
| --address-size ''bits''
|<nowiki>show this help message and exit</nowiki>
|N/A
 
|Either 32 or 64
|- style="vertical-align: top;"
|Defaults to the AUTOBUILD_ADDRSIZE environment variable if it exists and has a value, or to 32 if not.
|<nowiki>--config-file&nbsp;CONFIG_FILE</nowiki>
| <nowiki>(defaults to $AUTOBUILD_CONFIG_FILE or "autobuild.xml")</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--configuration&nbsp;[CONFIGURATION], -c&nbsp;[CONFIGURATION]</nowiki>
| <nowiki>build a specific build configuration (may be specified as comma separated values in $AUTOBUILD_CONFIGURATION)</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--all, -a</nowiki>
|<nowiki>build all configurations</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>--use-cwd</nowiki>
|<nowiki>configure in current working directory</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>-n, --dry-run</nowiki>
|<nowiki>run tool in dry run mode if available</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>-q, --quiet</nowiki>
|<nowiki>minimal output</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>-v, --verbose</nowiki>
|<nowiki>verbose output</nowiki>
 
|- style="vertical-align: top;"
|<nowiki>-d, --debug</nowiki>


|}
|}


[[Category:Autobuild]]
[[Category:Autobuild]]

Latest revision as of 11:28, 19 March 2015

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

--address-size bits N/A Either 32 or 64 Defaults to the AUTOBUILD_ADDRSIZE environment variable if it exists and has a value, or to 32 if not.