Makefile Wizard: Enter Source Files

See Also

The Enter Source Files page of the Makefile Wizard is displayed for each target in your makefile (except Recursive Make targets or Custom targets). In the Enter Source Files page, you specify the source files to use in building a target.

Patterns in the text field will be expanded, including patterns containing directories. The Add button copies to the Source List all file names that match the path names and patterns in the text field.

To add source files from the base directory that match the default patterns in the text field:

To add source files from a directory other than the base directory:

  1. Click the Browse button to navigate to the directory that contains the source files and click OK.
  2. The Source List is updated with files from the selected directory that match the patterns. The paths for the files are relative to the base directory.

  3. Click Next to continue.
See Also
Creating a Makefile
        Name and Location
        Select Makefile Type and Platform
        Enter Base Directory
        Enter Target Name
        Create List of Targets
        Build Output Directory
        Enter Include Directories
        Select Standard Libraries
        Enter Libraries
        Set Basic Options
        Enter Advanced Options
        Edit Compiler Paths
        Define Recursive Make Target
        Define Custom Make Target
        Set Compiling Preference
        Review Makefile

Legal Notices