Application Settings, Makefile Project Wizard

Provide the information for the project. The options you specify are reflected in the project's property page. Once you create the project, you can view and edit each of the following options in the Nmake page of the project's property page.

  • Build command line
    Specifies the command line to run when the user selects Build from the Build menu. Displayed in the Build command line field on the Nmake page of the project's property page.

  • Output
    Specifies the name of the file that will contain the output for the command line. By default, this option is based on the project name. Displayed in the Output field on the Nmake page of the project's property page.

  • Clean commands
    Specifies the command line to run when the user selects Clean from the Build menu. Displayed in the Clean command line field on the Nmake page of the project's property page.

  • Rebuild command line
    Specifies the command line to run when the user selects Rebuild from the Build menu. Displayed in the Rebuild all command line field on the Nmake page of the project's property page.

See Also

Tasks

Creating a Makefile Project

Creating Desktop Projects By Using Application Wizards

Reference

Makefile Project Wizard

Property Pages (C++)

Concepts

Visual C++ Projects

Other Resources

Deploying Applications