pgsql: Enable building with Visual Studion 2013. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Enable building with Visual Studion 2013.
Date
Msg-id E1W7R1t-0002HF-2m@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Enable building with Visual Studion 2013.

Backpatch to 9.3.

Brar Piening.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/56c08df55be5a3f12ddc45edcf29b6ecc4111e59

Modified Files
--------------
doc/src/sgml/install-windows.sgml |   16 +++++++-------
src/backend/utils/adt/float.c     |   11 ++++++++++
src/bin/pg_ctl/pg_ctl.c           |   42 +++++++++++++++++++++++++----------
src/include/pg_config.h.win32     |    5 ++++-
src/include/port/win32.h          |    2 ++
src/tools/msvc/MSBuildProject.pm  |   29 ++++++++++++++++++++++--
src/tools/msvc/Mkvcbuild.pm       |    6 +++--
src/tools/msvc/Solution.pm        |   44 +++++++++++++++++++++++++++++++++++++
src/tools/msvc/VSObjectFactory.pm |   12 ++++++++--
9 files changed, 141 insertions(+), 26 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Enable building with Visual Studion 2013.
Next
From: Magnus Hagander
Date:
Subject: pgsql: Include tablespace options in verbose output of \db