Commit 2e8d9544 authored by Peter Eisentraut's avatar Peter Eisentraut

Treat config.pl as optional in vcregress.pl

This is how build.pl treats it and how it's documented.
parent 908eb1f9
......@@ -13,7 +13,8 @@ my $startdir = getcwd();
chdir "../../.." if (-d "../../../src/tools/msvc");
require 'src/tools/msvc/config.pl';
require 'src/tools/msvc/config_default.pl';
require 'src/tools/msvc/config.pl' if (-f 'src/tools/msvc/config.pl');
# buildenv.pl is for specifying the build environment settings
# it should contian lines like:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment