Skip to content

Commit dcee8a8

Browse files
author
Colin Robertson
committed
Another tweak
1 parent 7eee97a commit dcee8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/how-to-enable-a-64-bit-visual-cpp-toolset-on-the-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ When Visual Studio is installed on a 64-bit Windows operating system, additional
5757

5858
## Use Vcvarsall.bat to set a 64-bit hosted build configuration
5959

60-
Any of the native or cross compiler tools build configurations can be used on the command line by running the vcvarsall.bat command file. This command file configures the path and environment variables that enable a particular build configuration in an existing command prompt window. For more information, see [To set up the build environment in an existing command prompt window](../build/building-on-the-command-line.md#vcvarsall) in [Build C/C++ code on the command line](../build/building-on-the-command-line.md).
60+
Any of the native or cross compiler tools build configurations can be used on the command line by running the vcvarsall.bat command file. This command file configures the path and environment variables that enable a particular build configuration in an existing command prompt window. For specific instructions, see [To set up the build environment in an existing command prompt window](../build/building-on-the-command-line.md#vcvarsall) in [Build C/C++ code on the command line](../build/building-on-the-command-line.md).
6161

6262
## See Also
6363

0 commit comments

Comments
 (0)