This property is for setting or referring to the folder for the output of assembly listing files. It is a compile option for the active project. [CC-RH] [CC-RL]
Path to the folder for the output of assembly listing files
This property is for setting or referring to the folder for the output of assembly listing files. It is a compile option for the active project. |
>>>build.Compile.ListFileOutputFolder = "/ProjectDir/Output_Vx.xx.xx" >>>print build.Compile.ListFileOutputFolder %ProjectDir%\Output_Vx.xx.xx >>> |