Removing an import statement from an EGL build file

Import statements allow EGL build files to reference parts in other build files.

To remove an import statement in an EGL build file, follow these steps:
  1. Open the EGL build file with the EGL Build Parts Editor. If you do not have a file open, do the following in the Project Explorer:
    1. Right-click on the build file in the Project Explorer.
    2. Select Open With > EGL Build Parts Editor.
  2. Click the Imports tab in the build parts editor. The import statements are displayed.
  3. Select the import statement you want to remove, then click Remove.

Feedback