SoftwareSphere Home

C++ BuildStudio

The Bundle view

The Bundle view shows the dependencies of the targets of the selected bundle. When a bundle is selected its basic properties like builder and configuration are displayed and the list of its targets is loaded. By clicking the Refresh button the program creates the dependency information. Then by selecting a target in the targets list the two lists beside show respectively the names of the used targets and the names of the targets that use the selected target. By double clicking a target name in one of these lists that target is selected in the main targets list and its dependencies are shown.
If the set of packages has no circular dependencies the program calculates the levels. The level of the selected target is shown near the targets list, while the list of levels and the list of targets of each level are shown below.
If the levels are possible the program generates also the sequence of construction or the targets of the selected bundle.
The Build button launches the build process for the whole bundle, while the Build Level button launches the build only for the selected level.