Oracle® Solaris Studio 12.4: IDE Quick Start Tutorial

Exit Print View

Updated: October 2014
 
 

Creating a Project From Existing Sources

With a C/C++/Fortran Project From Existing Sources, the IDE relies on your existing makefile for instructions on how to compile and run your application.

  1. Choose File > New Project.

  2. Select the C/C++/Fortran category.

  3. Select C/C++/Fortran Project From Existing Sources and click Next.

  4. On the Select Mode page of the New Project wizard, click the Browse button. In the Select Project Folder dialog box, navigate to the directory where your source code is located. Click Select.

    image:New Project wizard
  5. Use the default configuration mode, Automatic. Click Finish.

  6. The project is created and opened in the Projects window, and the IDE automatically runs the Clean and Build sections specified in the existing Makefile. The project is also automatically configured for code assistance.

You have created a project that is a thin wrapper around existing code.