A build configuration can optionally execute pre-build steps and post-build steps. If
you specify a pre-build command, it will be executed before the build tools are
called. A post-build command will be executed right after the ELF file is created.
To add a post-build step to the build configuration:
-
In the project properties, go to and open the Build Steps tab.
-
Select the build configuration in the Configuration
field and specify the post-build command under Post-build
steps:
-
Click Apply and close the dialog box.
-
Build the project with the updated configuration. The
Console view reports the execution of the post-build
command.
Adding a pre-build step to a build configuration is similar, except you add your
command under Pre-build steps.