Everything
 

Batch Build dialog box


This dialog box is used to run builds, rebuilds and cleans in batch with the build modes that the project (main project and subproject) has.

Remark

The batch build order follows the project build order, the order of the subprojects, main project.
When multiple build modes are selected for a single main project or subproject, after running builds of the subproject with all the selected build modes, the build of the next subproject or main project is run.

Figure A.31

Batch Build Dialog Box

 

The following items are explained here.

[How to open]

-

From the [Build] menu, select [Batch Build...].

[Description of each area]

(1)

[Build mode list] area

This area displays the list of the combinations of the names of the main project and subprojects in the currently opened project, their build modes, and their macro definitions.

(a)

[Project]

This area displays the main project and subprojects in the currently opened project.

Select the check boxes for the combinations of the main project and subprojects and their build modes which you wish to run a build.

When this dialog box is opened for the first time after the project is created, all the check boxes are unchecked. From the second time, the previous setting is retained.

(b)

[Build mode]

This area displays the build modes which the main project and subprojects have.

(c)

[Defined macros]

<1>

When the target project type is other than a debug-dedicated project

For the combination of the main project and subprojects and their build modes, the defined macros which have been set in the [Compile Options] tab, the [Assemble Options] tab and the [SMS Assemble Options] tab [CC-RL] on the Property panel are separated with "|" and displayed.

The defined macro in the compile option comes before the one in assemble option. They are separated with ", " and displayed.

<2>

When the target project type is a debug-dedicated project

This item is invalid.

Remark 1.

Use one of the following methods to select multiple rows.

-

Left-click the mouse with pressing the [Ctrl] key.

-

Left-click the mouse with pressing the [Shift] key.

-

Drag the mouse to select a range of rows.

Pressing the space key while a row is selected switches the selected/non-selected state of the check box.

Remark 2.

Clicking on the header of each column sorts the entries (in ascending order by default).
Clicking on the same header again sorts the entries in the reverse order.

Remark 3.

You can select all check boxes or clear them by clicking buttons displayed on the upper left of this area.

 

Selects all check boxes.

 

Clears all check boxes.

 

Toggles all check boxes.

[Function buttons]

Button

Function

Build

Closes this dialog box and runs builds of the selected projects in the respective build modes.

The execution result of the builds is displayed on the Output panel.

After the builds are complete, the build mode configuration restores to the one before this dialog box was opened.

If any project is not selected, this button will be disabled.

Rebuild

Closes this dialog box and runs rebuilds of the selected projects in the respective build modes.

The execution result of the rebuilds is displayed on the Output panel.

After the rebuilds are complete, the build mode configuration restores to the one before this dialog box was opened.

If any project is not selected, this button will be disabled.

Clean

Closes this dialog box and deletes the files which are built in the respective build modes set for the selected projects.

The execution result of the cleans is displayed on the Output panel.

After the cleans are complete, the build mode configuration restores to the one before this dialog box was opened.

If any project is not selected, this button will be disabled.

Close

Closes this dialog box.

Help

Displays the help of this dialog box.