Everything

build.Assemble.OutputAssembleListFile


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

[Specification format]

build.Assemble.OutputAssembleListFile = bool

[Setting(s)]

Setting

Description

bool

Set whether to output assembly listing files.

True: Output assembly listing files.

False: Do not output assembly listing files.

[Reference]

If assembly listing files are to be output: True

If assembly listing files are not to be output: False

[Detailed description]

-

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

[Example of use]

>>>build.Assemble.OutputAssembleListFile = True
>>>print build.Assemble.OutputAssembleListFile 
True
>>>