]> granicus.if.org Git - php/commit
Rework the VS version evaluation
authorAnatol Belski <ab@php.net>
Sun, 31 Mar 2019 12:18:12 +0000 (14:18 +0200)
committerAnatol Belski <ab@php.net>
Sun, 31 Mar 2019 12:26:00 +0000 (14:26 +0200)
commit6a624c1dfda0dbfaaff3e453e6cb58de12748fb3
treeade43cab18c881222e6d00ab6ef0f4ff01ede368
parentddce7ada4c319dafa5cead0c0fb560a659f0763e
Rework the VS version evaluation

For the latest versions, refer also to the Visual Studio version, not to
the exact toolset version. The latest Visual Studio versions are moving
fast and the method existed previously is not sutable to keep up
anymore. Instead of refering to the exact toolset, it refers to the
Visual Studio version and implies the latest toolset available there.
That is still not ideal, another situation can arise where VS version is
not changed, but the toolset version is. It might be better to refer to
it a generic way in the future or even omit at all, and improve the
internal compatibility checks instead.
win32/build/confutils.js