1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-15 19:15:29 +03:00

Attempt to fix MSVC builds broken by parallel make changes.

This commit is contained in:
Andrew Dunstan 2010-11-12 22:55:15 -05:00
parent 11e482c350
commit 52e2c12288

View File

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