projects
/
users
/
kgrittn
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11e482c
)
Attempt to fix MSVC builds broken by parallel make changes.
author
Andrew Dunstan
<andrew@dunslane.net>
Sat, 13 Nov 2010 03:55:15 +0000
(22:55 -0500)
committer
Andrew Dunstan
<andrew@dunslane.net>
Sat, 13 Nov 2010 03:55:15 +0000
(22:55 -0500)
src/tools/msvc/Mkvcbuild.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Mkvcbuild.pm
b/src/tools/msvc/Mkvcbuild.pm
index d6ec5a544d183ff4695affe8fc0a2d5f5903b528..bb1aed7b7ccccac270e076317da112bd5a04fffb 100644
(file)
--- a/
src/tools/msvc/Mkvcbuild.pm
+++ b/
src/tools/msvc/Mkvcbuild.pm
@@
-431,7
+431,7
@@
sub mkvcbuild
{ # Also catches mbprint.c
$proj->AddFile('src\bin\psql\\' . $f);
}
- els
e
+ els
if ($f =~ /\.c$/)
{
$proj->AddFile('src\bin\scripts\\' . $f);
}