Ticket #5923: msvc11-autolink.patch

File msvc11-autolink.patch, 585 bytes (added by Matthew Bradbury <matt-bradbury@…>, 11 years ago)

Patch to fix autolinking for MSVC 11

  • boost/config/auto_link.hpp

     
    145145   // vc90:
    146146#  define BOOST_LIB_TOOLSET "vc90"
    147147
    148 #elif defined(BOOST_MSVC) && (BOOST_MSVC >= 1600)
     148#elif defined(BOOST_MSVC) && (BOOST_MSVC == 1600)
    149149
    150150   // vc10:
    151151#  define BOOST_LIB_TOOLSET "vc100"
    152152
     153#elif defined(BOOST_MSVC) && (BOOST_MSVC >= 1700)
     154
     155   // vc11:
     156#  define BOOST_LIB_TOOLSET "vc110"
     157
    153158#elif defined(__BORLANDC__)
    154159
    155160   // CBuilder 6: