Oracle® Solaris Studio 12.4: IDE Quick Start Tutorial

Exit Print View

Updated: October 2014
 
 

Building Your Project

    To build your project:

  1. Right-click the project and choose Build. The project builds. The build output is shown in the Output window.

    image:Output window
  2. Switch the configuration from Debug to Performance Release in the configuration drop-down list in the main toolbar. Now the project will be built using the Performance Release configuration.

  3. Right-click the project and choose Build. The project builds. The build output is shown in the Output window.

To build multiple configurations of the project at the same time, choose Run > Batch Build Main Project and select the configurations you want to build in the Batch Build dialog box.

You can build, clean, or both clean and build the project by right-clicking the project and choosing actions from the menu. The project also keeps object files and executables from different configurations separate, so you do not have to worry about mixing files from multiple configurations.