1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Enable building with Microsoft Visual Studio 2012.

Backpatch to release 9.2

Brar Piening and Noah Misch, reviewed by Craig Ringer.
This commit is contained in:
Andrew Dunstan
2013-02-06 14:52:29 -05:00
parent 5a1cd89f8f
commit e1c1e21732
11 changed files with 213 additions and 39 deletions

View File

@ -60,6 +60,12 @@ pgwin32_putenv(const char *envval)
{
"msvcr90", 0, NULL
}, /* Visual Studio 2008 */
{
"msvcr100", 0, NULL
}, /* Visual Studio 2010 */
{
"msvcr110", 0, NULL
}, /* Visual Studio 2012 */
{
NULL, 0, NULL
}