SoftwareSphere Home

C++ BuildStudio

The Build view

The Build view shows the details of the build process of a single target. At the top it displays the basic information about the target, like the bundle that the target belongs to, the builder and the configuration of the bundle, and the package from which the target gets the source code.
By selecting a target the view generates and displays the list of tasks that constitute the build process of that target.
By selecting a single task the view shows the command line needed for the task, the lines of parameters and the list of file paths given to the build tool.
The button Task allows to execute just the selected task, while the Build button executes the whole task list.
If the target is an executable the Run button is enabled and allows to launch the executable file of the target.