Custom Build Actions

The Custom Build Actions dialog appears when you click the Custom Build Actions... on the Build page. It allows you to specify external actions that are performed before and after each project build.

External build actions

External build actions are specified as command lines, much as you would enter commands in a command prompt window. At build time, Tarma QuickInstall writes the build action commands to a temporary batch file, starts a command processor to execute the batch file, waits until the command processor has finished executing the batch file, then resumes the build process.

Some hints and tips:

Fields

Pre-build actions

Enter the actions that you want performed before each project build. You should enter them as command lines, similar to the command lines that you would use in a command prompt window.

Post-build actions

Enter the actions that you want performed after each project build. You should enter them as command lines, similar to the command lines that you would use in a command prompt window.

OK

Click this button to confirm the actions and return to the Build page.

Cancel

Click this button to cancel the dialog; any changes that you made to the actions will be discarded.