Makefile Wizard: Enter Libraries

See Also

On the Enter Libraries page of the Makefile wizard, you can specify the libraries 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.

The Libraries list includes a SYSLIBS macro with a value of the standard libraries you selected on the Select Standard Libraries page.

For each library that you want the compiler to link with the target:

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

When you have specified all of the libraries to link with 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
        Enter Include Diretories
        Set Basic Options
        Enter Advanced Options
        Define Recursive Make Target
        Define Custom Make Target
        Edit Compiler Paths
        Review Makefile

Legal Notices