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. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/d299eb41dfc7b73dec80f22554b952f01c9d54a4 Modified Files -------------- doc/src/sgml/install-windows.sgml | 8 ++++++++ src/tools/msvc/build.pl | 7 ++++--- src/tools/msvc/clean.bat | 2 +- src/tools/msvc/vcregress.pl | 3 ++- 4 files changed, 15 insertions(+), 5 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
