From: | mha(at)postgresql(dot)org (Magnus Hagander) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Move the default configuration for the MSVC build system to |
Date: | 2010-01-05 13:31:58 |
Message-ID: | 20100105133158.74C3D753FB7@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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)
From | Date | Subject | |
---|---|---|---|
Next Message | User Mpihlak | 2010-01-05 14:48:55 | plproxy - plproxy: Enable pl/proxy clusters to be defined by SQL/MED |
Previous Message | Magnus Hagander | 2010-01-05 11:12:50 | pgsql: Disable linker warning 4197 on Win64, that is caused by the fact |