Skip to content

Commit 151d6c1

Browse files
author
Colin Robertson
committed
Review updates
1 parent 1e2ea7a commit 151d6c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/build/reference/command-macros-and-options-macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Describes the predefined NMAKE macros for build tools and their op
44
ms.date: "11/20/2019"
55
helpviewer_keywords: ["options macros", "command macros in NMAKE", "macros, options macros", "macros, command macros"]
66
ms.assetid: 50dff03c-0dc3-4a8a-9a17-57e0e4ea9bac
7-
no-loc: [AS, AFLAGS, CC, CFLAGS, CXX, CXXFLAGS, RC, RFLAGS, ml, ml64, cl, rc]
7+
no-loc: [AS, AFLAGS, CC, CFLAGS, CPP, CPPFLAGS, CXX, CXXFLAGS, RC, RFLAGS, ias, ml, ml64, cl, rc]
88
---
99
# Command macros and options macros
1010

docs/build/reference/recursion-macros.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ description: "Describes the macros you use to call NMAKE in recursive sessions."
44
ms.date: "11/20/2019"
55
helpviewer_keywords: ["NMAKE program, recursion macros", "recursion macros", "macros, recursion"]
66
ms.assetid: c53e5ae7-619e-46b1-bdc2-86d8c7798b1d
7-
no-loc: [MAKE, MAKEDIR, MAKEFLAGS, SET, .SUFFIXES, .PRECIOUS]
7+
no-loc: [MAKE, MAKEDIR, MAKEFLAGS]
88
---
99
# Recursion macros
1010

11-
Use recursion macros to call NMAKE recursively. Recursive sessions inherit command-line and environment-variable macros and Tools.ini information. They don't inherit makefile-defined inference rules or `.SUFFIXES` and `.PRECIOUS` specifications. There are three ways to pass macros to a recursive NMAKE session: Set an environment variable with SET before the recursive call. Define a macro in the command for the recursive call. Or, define a macro in Tools.ini.
11+
Use recursion macros to call NMAKE recursively. Recursive sessions inherit command-line and environment-variable macros and Tools.ini information. They don't inherit makefile-defined inference rules or `.SUFFIXES` and `.PRECIOUS` specifications. There are three ways to pass macros to a recursive NMAKE session: Set an environment variable with a :::no-loc text="SET"::: command before the recursive call. Define a macro in the command for the recursive call. Or, define a macro in Tools.ini.
1212

1313
|Macro|Definition|
1414
|-----------|----------------|

0 commit comments

Comments
 (0)