]> granicus.if.org Git - postgresql/commitdiff
Attempt to fix MSVC builds broken by parallel make changes.
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 13 Nov 2010 03:55:15 +0000 (22:55 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 13 Nov 2010 03:55:15 +0000 (22:55 -0500)
src/tools/msvc/Mkvcbuild.pm

index d6ec5a544d183ff4695affe8fc0a2d5f5903b528..bb1aed7b7ccccac270e076317da112bd5a04fffb 100644 (file)
@@ -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);
             }