Move the default configuration for the MSVC build system to config_default.pl,

Magnus Hagander <magnus@hagander.net>

Commit: af322a8a3ef28d9b0425238353a8bffa94bfaa47
Author: Magnus Hagander <magnus@hagander.net>
Date: 2010-01-05T13:31:58Z
Releases: 9.0.0
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.

Files

PathChange+/−
src/tools/msvc/build.pl modified +3 −2
src/tools/msvc/config_default.pl (from src/tools/msvc/config.pl) renamed +11 −11
src/tools/msvc/Install.pm modified +3 −2
src/tools/msvc/mkvcbuild.pl modified +5 −3
src/tools/msvc/Solution.pm modified +4 −3