Share via


Application Settings, Makefile Project Wizard

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at 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

Makefile Project Wizard
Creating a Makefile Project
Visual C++ Project Types
Creating Desktop Projects By Using Application Wizards
Property Pages
Deploying Applications