VirtualBox

Changeset 86249 in vbox


Ignore:
Timestamp:
Sep 23, 2020 5:03:12 PM (4 years ago)
Author:
vboxsync
Message:

configure.vbs: compiler version mapping fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.vbs

    r85840 r86249  
    809809         checkClExe = True
    810810         if InStr(1, strVer, "16.") = 1 then
     811            m_strVersion = "VCC100"
     812         elseif InStr(1, strVer, "17.") = 1 then
    811813            m_strVersion = "VCC110"
    812          elseif InStr(1, strVer, "17.") = 1 then
    813             m_strVersion = "VCC111"
    814814            LogPrint "The Visual C++ compiler ('" & strClExe & "') version isn't really supported, but may work: " & strVer
    815815         elseif InStr(1, strVer, "18.") = 1 then
    816             m_strVersion = "VCC112"
     816            m_strVersion = "VCC120"
    817817            LogPrint "The Visual C++ compiler ('" & strClExe & "') version isn't really supported, but may work: " & strVer
    818818         elseif InStr(1, strVer, "19.0") = 1 then
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette