Skip to content

Commit d63a373

Browse files
author
Colin Robertson
committed
Fix procedure numbering issue
1 parent 0adb449 commit d63a373

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/build/building-on-the-command-line.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -157,17 +157,8 @@ Use **-vcvars_ver=14.0** to specify the Visual Studio 2015 compiler toolset.
157157
<a name="vcvarsall"></a>
158158
#### To set up the build environment in an existing command prompt window
159159

160-
::: moniker range=">= vs-2019"
161-
162160
1. At the command prompt, use the CD command to change to the Visual Studio installation directory. Then, use CD again to change to the subdirectory that contains the configuration-specific command files. For Visual Studio 2019 and Visual Studio 2017, use the *VC\\Auxiliary\\Build* subdirectory. For Visual Studio 2015, use the *VC* subdirectory.
163161

164-
::: moniker-end
165-
::: moniker range="<= vs-2017"
166-
167-
1. At the command prompt, use the CD command to change to the Visual Studio installation directory. Then, use CD again to change to the subdirectory that contains the configuration-specific command files. For Visual Studio 2017, use the *VC\\Auxiliary\\Build* subdirectory. For Visual Studio 2015, use the *VC* subdirectory.
168-
169-
::: moniker-end
170-
171162
1. Enter the command for your preferred developer environment. For example, to build ARM code for UWP on a 64-bit platform, using the latest Windows SDK and Visual Studio compiler toolset, use this command line:
172163

173164
`vcvarsall.bat amd64_arm uwp`

0 commit comments

Comments
 (0)