Skip to content

Commit f3dfb73

Browse files
Merge pull request #4788 from corob-msft/learn/corob/frontrun-4787
NMake Acrolinx to frontrun 4787
2 parents 9a46ff6 + d5cbe05 commit f3dfb73

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

docs/build/reference/nmake-property-page.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
description: "Learn more about: NMake Property Page"
3-
title: "NMake Property Page (Windows C++)| Microsoft Docs"
3+
title: NMake Property Page (Windows C++)
44
ms.date: "11/04/2016"
55
f1_keywords: ["VC.Project.VCNMakeTool.ReBuildCommandLine", "VC.Project.VCNMakeTool.CleanCommandLine", "VC.Project.VCNMakeTool.Output", "VC.Project.VCNMakeTool.BuildCommandLine"]
66
helpviewer_keywords: ["NMake property page"]
77
ms.assetid: bd20cb52-9f1d-4240-b4fc-4f43205ac94b
88
---
99
# NMake Property Page
1010

11-
The **NMake** property page lets you specify build settings for NMake projects. (NMAKE is the Microsoft implementation of [Make](https://wikipedia.org/wiki/Make_(software)).)
11+
The **NMake** property page lets you specify build settings for *Makefile* projects. (NMAKE is the Microsoft implementation of [Make](https://wikipedia.org/wiki/Make_(software)).)
1212

13-
For more information about NMake projects, see [Creating a Makefile Project](creating-a-makefile-project.md). For non-Windows MakeFile projects, see [MakeFile Project Properties (Linux C++)](../../linux/prop-pages/makefile-linux.md), [General Project Properties (Android C++ Makefile)](/visualstudio/cross-platform/general-makefile-android-prop-page) or [NMake Properties (Android C++)](/visualstudio/cross-platform/nmake-android-prop-page).
13+
For more information about Makefile projects, see [Creating a Makefile Project](creating-a-makefile-project.md). For non-Windows Makefile projects, see [Makefile Project Properties (Linux C++)](../../linux/prop-pages/makefile-linux.md), [General Project Properties (Android C++ Makefile)](/visualstudio/cross-platform/general-makefile-android-prop-page) or [NMake Properties (Android C++)](/visualstudio/cross-platform/nmake-android-prop-page).
1414

15-
The **NMake** property page contains the following properties.
15+
The property page contains the following properties:
1616

17-
## UIElement List
17+
## General
1818

1919
- **Build Command Line**
2020

@@ -32,6 +32,8 @@ The **NMake** property page contains the following properties.
3232

3333
Specifies the name of the file that will contain the output for the command line. By default, this file name is based on the project name.
3434

35+
## IntelliSense
36+
3537
- **Preprocessor Definitions**
3638

3739
Specifies any preprocessor definitions that the source files use. The default value is determined by the current platform and configuration.
@@ -42,21 +44,21 @@ The **NMake** property page contains the following properties.
4244

4345
- **Forced Includes**
4446

45-
Specifies files that the preprocessor automatically processes even if they are not included in the project files.
47+
Specifies files that the preprocessor automatically processes even if they aren't included in the project files.
4648

4749
- **Assembly Search Path**
4850

49-
Specifies the directories where the .NET Framework searches when it trys to resolve .NET assemblies.
51+
Specifies the directories where the .NET Framework searches when it resolves .NET assemblies.
5052

5153
- **Forced Using Assemblies**
5254

5355
Specifies assemblies that the .NET Framework automatically processes.
5456

5557
- **Additional Options**
5658

57-
Specifies any additional compiler switches for IntelliSense to use when it parses C++ files.
59+
Specifies any extra compiler switches for IntelliSense to use when it parses C++ files.
5860

59-
For information about how to access the **NMake** property page, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).
61+
For information about how to access this property page, see [Set C++ compiler and build properties in Visual Studio](../working-with-project-properties.md).
6062

6163
For information about how to programmatically access members of this object, see <xref:Microsoft.VisualStudio.VCProjectEngine.VCNMakeTool>.
6264

0 commit comments

Comments
 (0)