Autobuild configure: Difference between revisions
Jump to navigation
Jump to search
Rand Linden (talk | contribs) No edit summary |
mNo edit summary |
||
| (4 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{Autobuild Cmd | {{Autobuild Cmd | ||
|command= | |command= | ||
autobuild configure ''option'' ['' | autobuild configure <br> ''option'' [''value''] [''option'' [''value'']] ... | ||
|comments=Configures platform targets. | |comments=Configures platform targets. | ||
}} | }} | ||
'''Command-Specific Options''' | '''Command-Specific Options''' | ||
| Line 19: | Line 10: | ||
!width=150| Option | !width=150| Option | ||
!Shortcut | !Shortcut | ||
! | !Value | ||
!Description | !Description | ||
|- | |||
| --all | |||
| -a | |||
|None | |||
|Build all configurations | |||
|- | |- | ||
| Line 33: | Line 30: | ||
| Configuration(s) to build | | Configuration(s) to build | ||
| Build a specific build configuration (may be specified as comma separated values in $AUTOBUILD_CONFIGURATION) | | Build a specific build configuration (may be specified as comma separated values in $AUTOBUILD_CONFIGURATION) | ||
|- | |- | ||
| Line 58: | Line 37: | ||
| Pass specified option to the configuration command. Passed "as is," so don't forget the "-". Example: | | Pass specified option to the configuration command. Passed "as is," so don't forget the "-". Example: | ||
<code>-- -DFMOD:BOOL=ON</code> | <code>-- -DFMOD:BOOL=ON</code> | ||
|- | |||
| --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. | |||
|} | |} | ||
[[Category:Autobuild]] | [[Category:Autobuild]] | ||
Latest revision as of 10:28, 19 March 2015
autobuild configure
option [value] [option [value]] ...
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:
|
| --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. |