Skip to content

Commit 49bec77

Browse files
authored
Merge pull request #4790 from MicrosoftDocs/main
2/07 AM Publish
2 parents fce5ef5 + e582656 commit 49bec77

File tree

109 files changed

+1033
-163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+1033
-163
lines changed

docs/atl/object-safety-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: "Learn more about: Object Safety Classes"
3-
title: "Object Safety Classes (ATL)| Microsoft Docs"
3+
title: Object Safety Classes (ATL)
44
ms.date: "11/04/2016"
55
ms.topic: "reference"
66
helpviewer_keywords: ["safety classes", "object safety classes"]

docs/atl/reference/atl-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: "Learn more about: ATL classes and structs"
3-
title: "ATL classes and structs| Microsoft Docs"
3+
title: ATL classes and structs
44
ms.date: "05/03/2018"
55
helpviewer_keywords: ["classes [C++], ATL", "ATL, classes"]
66
---

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

docs/build/tips-for-improving-time-critical-code.md

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

docs/c-runtime-library/control-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 8dbd24a5-0633-42d1-9771-776db338465f
88
---
99
# Control flags
1010

11-
The debug version of the Microsoft C run-time library uses the following flags to control the heap allocation and reporting process. For more information, see [CRT debugging techniques](/visualstudio/debugger/crt-debugging-techniques).
11+
The debug version of the Microsoft C run-time library uses the following flags to control the heap allocation and reporting process. For more information, see [CRT debugging techniques](./crt-debugging-techniques.md).
1212

1313
| Flag | Description |
1414
|---|---|

0 commit comments

Comments
 (0)