C/C++ Project Properties, Standard, Make Builder

You can define build settings on the Make Builder page of a C/C++ project's preferences window.

C/C++ Project Properties, Standard, Make Builder

Use default
Select this checkbox to use the default make command. Clear the check box to specify a new make command.
Build command
If you clear the Use default checkbox type a new make command in this field.
Stop on first build error
Stops the build when an error occurs.
Build on resource save (Auto Build)
Changes the target of the default build make. By default, this option stops the build when an error occurs.
Note: This option is only available if you enable it in the workbench preferences.
Build (Incremental Build)
Changes the default build make target. By default, this option builds only the components that are affected by the files which were modified in a project.
Rebuild (Full Build)
Changes the default build make target. By default, this option builds all files in a project, even if they have not been modified. A rebuild is a clean followed by a build.
Clean
Deletes intermediate files.
Build Directory
Specifies the directory where build files are saved.
Restore Defaults
Returns any changes back to their default setting.
Apply
Applies any changes.

Related concepts
Build overview

Related tasks
Defining build settings

Related reference
C++ Project Properties, Standard, Info
C++ Project Properties, Standard, Builders
C++ Project Properties, Standard, File Types
C++ Project Properties, Standard, Include Paths and Symbols
C++ Project Properties, Standard, Indexer
C++ Project Properties, Standard, Error Parser
C++ Project Properties, Standard, Binary Parser
C++ Project Properties, Standard, Discovery Options
C++ Project Properties, Standard, Source
C++ Project Properties, Standard, Output
C++ Project Properties, Standard, Projects
C++ Project Properties, Standard, Libraries
C++ Project Properties, Standard, Path Containers
C++ Project Properties, Standard, Project References
C++ Project Properties, Managed, Info
C++ Project Properties, Managed, Builders
C++ Project Properties, Managed, Build
C++ Project Properties, Managed, File Types
C++ Project Properties, Managed, Indexer
C++ Project Properties, Managed, Error Parser
C++ Project Properties, Managed, Project References

IBM Copyright Statement