Removing a linkage options part from an EGL build file

To remove a linkage options part from an EGL build file, do the following:
  1. Locate the EGL build file you want to work with in the Project Explorer view. To find it, open the EGL Source folder, and look for a file with the extension "eglbld". Right-click on the build file to open the pop-up menu.
  2. In the pop-up menu, select Open With > EGL Build Parts Editor. The Build Parts Editor opens the Build Descriptor part automatically; the default view is the General Options view.
  3. If you have the Outline view open, you will see the build parts listed under the name of your build file. If you do not have the Outline view open and want to open it, select Window > Show View > Other; in the Show View dialog box, click to expand General and select Outline.
  4. In the Outline view, right-click on the linkage options part, then click Remove.

Feedback