Merge pull request #129 from jwillemsen/jwi-cancelprevious
[MPC.git] / config / boost_unit_test_framework.mpb
blobc40610c73eec2f3c6d9b799eb8c4b5212ffa43b8
1 // -*- MPC -*-
2 project: boost_base {
3   // Starting with boost 1.34 auto linking is enabled.
4   // vc6 and vc7 are added to this list because it is likely that
5   // any vc6 or vc7 users are using an older pre-auto-linking version.
6   specific(!prop:windows, vc6, vc7) {
7     lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_unit_test_framework$(BOOST_CFG)
8   }