When you make modifications to a target/project and need to update one or more libraries, you should use a rebuild option to update all the library objects in the correct sequence.
Working with targets/projects
To see the pop-up menu that lets you perform operations on a target/project such as search, build, and upgrade, you must set the root of the System Tree or the view in the Library painter to the current workspace/solution.
There are two methods to use when you rebuild a workspace/solution or target/project:
-
Incremental rebuild
Updates all the objects and libraries that reference objects that have been changed since the last time you built the workspace/solution or target/project
-
Full rebuild
Updates all the objects and libraries in your workspace/solution or target/project
To rebuild a workspace/solution:
-
Do one of the following:
-
Select Incremental Build Workspace/Solution or Full Build Workspace/Solution from the PowerBar.
-
Select the Workspace/Solution in the System Tree or Library painter and select Incremental Build or Full Build from the pop-up menu.
-
To rebuild a target/project:
-
Do one of the following:
-
Select the target/project in the Library painter and select Entry > Target/Project > Incremental Build or Entry > Target/Project > Full Build from the menu bar.
-
Select the target/project in the System Tree or Library painter and select Incremental Build or Full Build from the pop-up menu.
-