setOptions

Modify C/C++ managed build, launch configuration or RSE system settings.

Syntax
ecd.exe -setOptions -project path [-config name | -allConfigs | - rseSystem name | -launchConfig name | -allLaunchConfigs] [-file path] (-set | -prepend | -append | -insert) option-name option- value
Parameters
-config

The build configuration name. If the '-config' flag isn't specified, the default build configuration will be used.

-file

The path of a file included in the project. If the '-file' flag is specified, a file-level setting is changed instead of a build configuration level setting. The -file flag does not apply to the -launchConfig , -allLaunchConfigs and -rseSystem flags.

-set | -prepend | -append | -insert

A setting can be either changed by replacing its previous value by the new specified one, using the -set flag, or prepended or appended to the existing value using the -prepend and -append flags respectively. The -insert flag can be used for updating exist macros values in macro settings.

option-name

A complete option-name list can be obtained by using the -getOptions command documented above.

option-value

The new value of the setting to be changed.

-launchConfig

The launch configuration name. Allows modifying launch configuration settings.

-allLaunchConfigs

Allow retrieving all launch configuration settings.

-rseSystem

The RSE system name. Allow retrieving RSE system settings.