Enable building with Microsoft Visual Studio 2012.
Andrew Dunstan <andrew@dunslane.net>
Enable building with Microsoft Visual Studio 2012. Backpatch to release 9.2 Brar Piening and Noah Misch, reviewed by Craig Ringer.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/install-windows.sgml | modified | +13 −9 |
| src/backend/utils/adt/pg_locale.c | modified | +63 −5 |
| src/bin/initdb/initdb.c | modified | +10 −2 |
| src/port/chklocale.c | modified | +33 −10 |
| src/port/win32env.c | modified | +6 −0 |
| src/tools/msvc/build.pl | modified | +1 −1 |
| src/tools/msvc/gendef.pl | modified | +1 −0 |
| src/tools/msvc/MSBuildProject.pm | modified | +43 −1 |
| src/tools/msvc/README | modified | +5 −4 |
| src/tools/msvc/Solution.pm | modified | +27 −4 |
| src/tools/msvc/VSObjectFactory.pm | modified | +11 −3 |