Make Builder page, C/C++ Properties window
The Make Builder page of the C/C++ Properties window lets you define build settings.
- Stop on Error
- Stops the build when an error is encountered.
- Keep Going on Error
- Continues the build even if an error is encountered.
- Use Default
- Use the default make command. Clear the check box to change the default make command.
- Build Command
- Type a build command.
- Build on resource save (Auto Build)
- Changes the default build make target. By default,
this option to stop the build when an error is encountered.
Note: This option is only effective if it is enabled in the Workbench
preferences.
- Build (Incremental Build)
- Changes the default build make target. By default,
this option builds only the components affected by modified files in that particular
project.
- Rebuild (Full Build)
- Changes the default build make target. By default,
this option builds every file in a project whether or not a file has been modified since
the last build. A Rebuild is a clean followed by a
build.
- Make build target
- Type a make build target.
Build overview
Defining build settings
Project properties