Обсуждение: pgsql: Redo MSVC build implementation for pg_xlogdump.

Поиск
Список
Период
Сортировка

pgsql: Redo MSVC build implementation for pg_xlogdump.

От
Andrew Dunstan
Дата:
Redo MSVC build implementation for pg_xlogdump.

The previous commit didn't work on MSVC editions earlier than
Visual Studio 2011, apparently. This works by copying files into the
contrib directory, and making provision to clean them up, which should
work on all editions.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a64e33f030f3ba379a0d3e22fe6bcda9dc3bbc60

Modified Files
--------------
src/tools/msvc/Mkvcbuild.pm |   17 +++++++++++++----
src/tools/msvc/clean.bat    |    5 +++++
2 files changed, 18 insertions(+), 4 deletions(-)