Rev 198 | Blame | Compare with Previous | Last modification | View Log | RSS feed
// -*- MPC -*-
// $Id: boost_unit_test_framework.mpb 198 2005-12-15 11:30:53Z bj $
project: boost_base {
// The people at boost have to be difficult. All static
// libraries are prefixed with lib on Windows.
specific(bmake, borland, cbx, em3, nmake, vc6, vc7, vc71, vc8) {
lit_libs += libboost_unit_test_framework$(BOOST_CFG)
} else {
lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_unit_test_framework$(BOOST_CFG)
}
}