]> git.kaiwu.me - nginx.git/commit
Win32: handling of localized MSVC cl output.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 23 Feb 2023 15:15:57 +0000 (18:15 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 23 Feb 2023 15:15:57 +0000 (18:15 +0300)
commit180be97d3157c6ed81efc0272dea6472241304c3
tree5f0d9034b8d51840ce408f1fed50a8d08beb57bd
parent504ca566861dde3d20a558fc02c7066e9bb54bfd
Win32: handling of localized MSVC cl output.

Output examples in English, Russian, and Spanish:

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86
Оптимизирующий 32-разрядный компилятор Microsoft (R) C/C++ версии 16.00.30319.01 для 80x86
Compilador de optimización de C/C++ de Microsoft (R) versión 16.00.30319.01 para x64

Since most of the words are translated, instead of looking for the words
"Compiler Version" we now search for "C/C++" and the version number.
auto/cc/msvc