Everything
 

[Build Settings] tab


This tab shows the detailed information on each C source file, C++ source file, assembler source file, object module file, and library file categorized by the following and the configuration can be changed.

 

(1)[Build]

[Description of each category]

(1)

[Build]

The detailed information on the build are displayed and the configuration can be changed.

Set as build-target

Selects whether to build the selected file.

Default

Yes

How to change

Select from the drop-down list.

Restriction

Yes

Builds the selected file.

No

Does not build the selected file.

Set individual compile option

Selects whether to set a compile option that differs from the project settings to the selected C or C++ source file.

This property is displayed only when a C or C++ source file is selected on the Project Tree panel and [Yes] is selected in the [Set as build-target] property.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes

Sets a compile option that differs from the project settings to the selected C or C++ source file.

No

Does not set a compile option that differs from the project settings to the selected C or C++ source file.

Set individual assemble option

Selects whether to set an assemble option that differs from the project settings to the selected assembler source file.

This property is displayed only when an assembler source file is selected on the Project Tree panel and [Yes] is selected in the [Set as build-target] property.

Default

No

How to change

Select from the drop-down list.

Restriction

Yes

Sets a compile option that differs from the project settings to the selected assembler source file.

No

Does not set a compile option that differs from the project settings to the selected assembler source file.

File type

Displays the type of the selected file.

Default

C source (when C source file is selected)

C++ source (when C++ source file is selected)

Assembly source file (when assembler source file is selected)

Object (when object module file is selected)

Library (when library file is selected)

How to change

Changes not allowed.