Enable building with Visual Studion 2013.
Andrew Dunstan <andrew@dunslane.net>
Enable building with Visual Studion 2013. Backpatch to 9.3. Brar Piening.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/install-windows.sgml | modified | +8 −8 |
| src/backend/utils/adt/float.c | modified | +11 −0 |
| src/bin/pg_ctl/pg_ctl.c | modified | +31 −11 |
| src/include/pg_config.h.win32 | modified | +4 −1 |
| src/include/port/win32.h | modified | +2 −0 |
| src/tools/msvc/Mkvcbuild.pm | modified | +4 −2 |
| src/tools/msvc/MSBuildProject.pm | modified | +27 −2 |
| src/tools/msvc/Solution.pm | modified | +44 −0 |
| src/tools/msvc/VSObjectFactory.pm | modified | +10 −2 |