Creating EGL projects

To create an EGL source project:
  1. From the menu bar, click File > New.
  2. If EGL Project is present, click it; otherwise, do as follows:
    1. Click Other. The Select a Wizard window is displayed.
    2. Expand EGL and click EGL Project

    The New EGL Project wizard is displayed.

  3. In the Project name field, type a name for the project.
  4. In the Project location section, either accept the default location for the project, or clear theUse the default location for the project check box and specify a new location.
  5. Click Next. The EGL Settings page is displayed.
  6. The Projects tab lists all of the other projects in your workspace. To add projects to the EGL build path of the new project, click the check box beside each project.
  7. To reorder the projects or to make them available to projects that reference the current project, click the Order and Export tab and do as follows:
    • To change the position of a project in the build-path order, select the project and click the Up and Down buttons
    • To export a project (making it available to other projects), select the check box of the project to export
    • To manage all of the projects at once, click the Select All or Deselect All button
  8. Click Finish.

Feedback