Skip to content

Commit a67d138

Browse files
openpublishbuildColin Robertson
authored andcommitted
Confirm merge from FromPublicMasterBranch to master to sync with https://github.com/MicrosoftDocs/cpp-docs (branch master) (#411)
* Fix Overview link in concurrency-runtime. It was leading to overview-of-the-concurrency-runtime on the old msdn.microsoft.com site, not to asynchronous-message-blocks. * Fix the display of underscore characters
1 parent 8640415 commit a67d138

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/build/reference/link-environment-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ manager: "ghogen"
2020

2121
The LINK tool uses the following environment variables:
2222

23-
- LINK and _LINK\_, if defined. The LINK tool prepends the options and arguments defined in the LINK environment variable and appends the options and arguments defined in the _LINK\_ environment variable to the command line arguments before processing.
23+
- LINK and \_LINK\_, if defined. The LINK tool prepends the options and arguments defined in the LINK environment variable and appends the options and arguments defined in the \_LINK\_ environment variable to the command line arguments before processing.
2424

2525
- LIB, if defined. The LINK tools uses the LIB path when searching for an object, library, or other file specified on the command line or by the [/BASE](../../build/reference/base-base-address.md) option. It also uses the LIB path to find a .pdb file named in an object. The LIB variable can contain one or more path specifications, separated by semicolons. One path must point to the \lib subdirectory of your Visual C++ installation.
2626

@@ -33,4 +33,4 @@ The LINK tool uses the following environment variables:
3333
[Setting Linker Options](../../build/reference/setting-linker-options.md)
3434
[Linker Options](../../build/reference/linker-options.md)
3535
[Build C/C++ code on the command line](../../build/building-on-the-command-line.md)
36-
[Set the Path and Environment Variables for Command-Line Builds](../../build/setting-the-path-and-environment-variables-for-command-line-builds.md)
36+
[Set the Path and Environment Variables for Command-Line Builds](../../build/setting-the-path-and-environment-variables-for-command-line-builds.md)

0 commit comments

Comments
 (0)