From 60dbb7d5bdcfa5338dfb70413b1523a66514d013 Mon Sep 17 00:00:00 2001 From: PB Date: Tue, 17 Sep 2019 19:53:06 +0200 Subject: [PATCH] Correct the tool path in docs/contributing/how-to-release.md Correct the name and path of the batch file used to build official MSVS binaries. --- docs/contributing/how-to-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/how-to-release.md b/docs/contributing/how-to-release.md index 03531fe6d0..bac575ada8 100644 --- a/docs/contributing/how-to-release.md +++ b/docs/contributing/how-to-release.md @@ -171,7 +171,7 @@ If either of these are blank they are set to the default install location. To build binaries for a single compiler, open a command prompt (for Visual Studio 2008 only an SDK 6.1 developer's command prompt must be used), -cd to the build\msw\tools\msvs folder and run the batch file 'buildofficial' +cd to the build\tools\msvs folder and run the batch file 'officialbuild' with the vcXXX version number: Visual Studio 2008 vc90