The Edit Build Configuration dialog box lets you edit an existing build configuration.
Use the Properties tab to set the project details and time out details.
Use the Pre-Script tab to select or specify the details of the script, if any, that is to be executed before the build is launched.
Use the Main Script tab to select or specify the details of the main script. This script is not required, but can be useful when you have many targets that can use the same script. You define the Main Script and then select Use the build configuration main script when defining the target. If there is an individual transition script for a target, the transition script will take precedence over the main script.
Use the Post-Script tab to select or specify the details of the script, if any, that is to be executed after the build is launched.
Use the Clean-Up Script tab to select or specify the details of the script, if any, that is to execute before the controlled source files are transferred into the build area. The primary purpose for this script is to clean up a build area before the build.
Related Topics