pgsql: Move the default configuration for the MSVC build system to - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Move the default configuration for the MSVC build system to
Date
Msg-id 20100105133158.74C3D753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Move the default configuration for the MSVC build system to config_default.pl,
and allow using config.pl to override the defaults. config.pl is removed from
the repository, so changes there will no longer show up when doing diff, and
will not prevent switching branches and such things.

config.pl would normally be used to override single values, but if an
old-style config.pl is read, it will override the entire default configuration,
making it backwards compatible.

Modified Files:
--------------
    pgsql/src/tools/msvc:
        Install.pm (r1.33 -> r1.34)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Install.pm?r1=1.33&r2=1.34)
        Solution.pm (r1.52 -> r1.53)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm?r1=1.52&r2=1.53)
        build.pl (r1.1 -> r1.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/build.pl?r1=1.1&r2=1.2)
        mkvcbuild.pl (r1.18 -> r1.19)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/mkvcbuild.pl?r1=1.18&r2=1.19)

Added Files:
-----------
    pgsql/src/tools/msvc:
        config_default.pl (r1.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/config_default.pl?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
    pgsql/src/tools/msvc:
        config.pl
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/config.pl)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Disable linker warning 4197 on Win64, that is caused by the fact
Next
From: mpihlak@pgfoundry.org (User Mpihlak)
Date:
Subject: plproxy - plproxy: Enable pl/proxy clusters to be defined by SQL/MED