]> granicus.if.org Git - postgresql/commit
Move the default configuration for the MSVC build system to config_default.pl,
authorMagnus Hagander <magnus@hagander.net>
Tue, 5 Jan 2010 13:31:58 +0000 (13:31 +0000)
committerMagnus Hagander <magnus@hagander.net>
Tue, 5 Jan 2010 13:31:58 +0000 (13:31 +0000)
commitaf322a8a3ef28d9b0425238353a8bffa94bfaa47
tree5cb5facaa37554aad0c14fcb3652978cbf8662f5
parent04de9be9106987a889429048bb3cc7ef5fa5d31f
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.
src/tools/msvc/Install.pm
src/tools/msvc/Solution.pm
src/tools/msvc/build.pl
src/tools/msvc/config_default.pl [moved from src/tools/msvc/config.pl with 53% similarity]
src/tools/msvc/mkvcbuild.pl