Makefile Wizard: Enter Include Directories

See Also

On the Enter Include Directories page of the Makefile wizard, you can specify the directories that you want the compiler to search for include files. The wizard displays this page for each Executable target, Static Library/Archive target, or Shared/Dynamically Linked Library target you defined on the Create List of Targets page. This page is not displayed for a Recursive Make target or a Custom target.

For each directory that you want the compiler to search for include files:

  1. Type the path name of the directory or browse to the directory.
  2. Click Add to add the directory to the Include Directories list.

When you have specified all of the include directories for the target, click Next.

See Also
Creating a Makefile
        Name and Location
        Select Makefile Type and Platform
        Enter Base Directory
        Create List of Targets
        Enter Source Files
        Build Output Directory
        Select Standard Libraries
        Enter Libraries
        Set Basic Options
        Enter Advanced Options
        Define Recursive Make Target
        Define Custom Make Target
        Edit Compiler Paths
        Review Makefile

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.