MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD.

Noah Misch <noah@leadboat.com>

Commit: d299eb41dfc7b73dec80f22554b952f01c9d54a4
Author: Noah Misch <noah@leadboat.com>
Date: 2016-09-08T05:42:09Z
Releases: 10.0
MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD.

This is particularly useful to pass /m, to perform a parallel build.

Christian Ullrich, reviewed by Michael Paquier.

Files

PathChange+/−
doc/src/sgml/install-windows.sgml modified +8 −0
src/tools/msvc/build.pl modified +4 −3
src/tools/msvc/clean.bat modified +1 −1
src/tools/msvc/vcregress.pl modified +2 −1

Documentation touched