Commit 52e2c122 authored by Andrew Dunstan's avatar Andrew Dunstan

Attempt to fix MSVC builds broken by parallel make changes.

parent 11e482c3
......@@ -431,7 +431,7 @@ sub mkvcbuild
{ # Also catches mbprint.c
$proj->AddFile('src\bin\psql\\' . $f);
}
else
elsif ($f =~ /\.c$/)
{
$proj->AddFile('src\bin\scripts\\' . $f);
}
......
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