Everything

build.Common.MergeErrorMessageFile


This property is for setting or referring to whether to merge error message files. It is a common option for the build tool for the active project. [CC-RH] [CC-RL]

[Specification format]

build.Common.MergeErrorMessageFile = bool

[Setting(s)]

Setting

Description

bool

Set whether to merge error message files.

True: Merge error message files.

False: Do not merge error message files.

[Reference]

If error message files are to be merged: True

If error message files are not to be merged: False

If the compiler is not supported: None

[Detailed description]

-

This property is for setting or referring to whether to merge error message files. It is a common option for the build tool for the active project.

[Example of use]

>>>build.Common.MergeErrorMessageFile = True
>>>print build.Common.MergeErrorMessageFile
True
>>>