Makefile Wizard: Select Standard Libraries

See Also

On the Select Standard Libraries page of the Makefile wizard, you can specify the standard libraries that you want the compiler to link with the target. 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, or if you are using one of the simple makefile templates.

  1. Select the check boxes for standard libraries that you want the compiler to link with the target.
  2. Select the Link Mode from the combo box. By default, the mode is Dynamic.
  3. 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
        Enter Include Directories
        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.