Everything

build.Compile.OutputListFile


This property is for setting or referring to whether to output assembly listing files [CC-RH] [CC-RL] or source listing files [CC-RX]. It is a compile option for the active project.

[Specification format]

build.Compile.OutputListFile = bool

[Setting(s)]

Setting

Description

bool

Set whether to output assembly listing files or source listing files.

True: Output assembly listing files or source listing files.

False: Do not output assembly listing files or source listing files.

[Reference]

If assembly listing files or source listing files are to be output: True

If assembly listing files or source listing files are not to be output: False

[Detailed description]

-

This property is for setting or referring to whether to output assembly listing files or source listing files. It is a compile option for the active project.

[Example of use]

>>>build.Compile.OutputListFile = True
>>>print build.Compile.OutputListFile
True
>>>