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

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD.
Дата
Msg-id E1bhs99-0002QQ-Bz@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: MSVC: Place gendef.pl temporary file in the target directory.
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Fix minor memory leak in Standby startup