Rev 198 | Blame | Compare with Previous | Last modification | View Log | RSS feed
// -*- MPC -*-
// $Id: boost_prg_exec_monitor.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_prg_exec_monitor$(BOOST_CFG)
} else {
lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_prg_exec_monitor$(BOOST_CFG)
}
}