pgsql: Move the default configuration for the MSVC build system to

Started by Magnus Haganderover 16 years ago1 messagescomitters
Jump to latest
#1Magnus Hagander
magnus@hagander.net

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)