Ticket #5912: boost-jam.patch

File boost-jam.patch, 623 bytes (added by Ai Azuma <ai.azuma@…>, 11 years ago)
  • tools/build/v2/contrib/boost.jam

     
    196196        ;
    197197
    198198    alias headers ;
     199    lib chrono           : : : :
     200        <link>shared:<define>BOOST_CHRONO_DYN_LINK ;
    199201    lib date_time        : : : :
    200202        <link>shared:<define>BOOST_DATE_TIME_DYN_LINK ;
     203    lib exception        : : : :
     204        ;
    201205    lib filesystem       : : : :
    202206        <link>shared:<define>BOOST_FILE_SYSTEM_DYN_LINK ;
    203207    lib graph            : : : :