pgsql: Make the msvc build system ask python about details of version - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Make the msvc build system ask python about details of version
Date
Msg-id 20100214141023.92FBD7541C5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make the msvc build system ask python about details of version and installation
prefix, instead of assuming it will always be following the default layout.

All information we need is not available on Windows, but the number of
assumptions are at least fewer this way than before.

Based on suggestions from James William Pye.

Modified Files:
--------------
    pgsql/src/tools/msvc:
        Mkvcbuild.pm (r1.51 -> r1.52)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Mkvcbuild.pm?r1=1.51&r2=1.52)

pgsql-committers by date:

Previous
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql2: Added a lot of targets to package Npgsql source and
Next
From: stark@postgresql.org (Greg Stark)
Date:
Subject: pgsql: Make CREATE DATABASE safe against losing whole files by fsyncing