]> granicus.if.org Git - postgresql/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:36:54 +0000 (16:36 +0200)
commitcd0e8253216907982fe369b91f6d788d699b6c47
tree287dd83e7b10109f886d723e10ab3dd13675bad6
parent9771125c18c5746be57a55cfc31340f5311fca2c
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