NMake Property Page

The NMake property page enables you to specify build settings for NMake projects.

For more information about NMake projects, see Creating a Makefile Project.

The NMake property page contains the following properties:

  • Build Command Line
    Specifies the command to run when the Build command is selected from the Build menu.

  • Rebuild All Command Line
    Specifies the command to run when the Rebuild All command is selected from the Build menu.

  • Clean Command Line
    Specifies the command to run when the Clean command is selected from the Build menu.

  • 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.

For information on how to access the NMake property page, see How To: Specify Project Properties with Property Pages.

For information on how to programmatically access members of this object, see VCNMakeTool.

See Also

Tasks

How to: Enable IntelliSense for Makefile Projects

Reference

Property Pages (C+)