]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix msvc build for localized versions of Visual C++
authorMagnus Hagander <magnus@hagander.net>
Sun, 17 Oct 2010 14:36:54 +0000 (16:36 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sun, 17 Oct 2010 14:38:54 +0000 (16:38 +0200)
commiteed33cdd83a6f8693c40268adc39d6d65fff8b23
tree4c41dc04e0ec70a07af64fe5a177bd1c852a2f69
parent24d446b56959f4449b5c78520a954ea0bbb517b8
Fix msvc build for localized versions of Visual C++

Look only at the non-localized part of the output from "vcbuild /?",
which is used to determine the version of Visual Studio in use. Different
languages seem to localize different amounts of the string, but we assume
the part "Microsoft Visual C++" won't be modified.
src/tools/msvc/Solution.pm