pgsql: MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD.
Date
Msg-id E1bhs99-0002QQ-Bz@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: MSVC: Place gendef.pl temporary file in the target directory.
Next
From: Simon Riggs
Date:
Subject: pgsql: Fix minor memory leak in Standby startup