Subversion Repositories gelsvn

Rev

Rev 107 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 107 Rev 198
Line 1... Line 1...
1
// -*- MPC -*-
1
// -*- MPC -*-
2
// $Id: boost_regex.mpb 107 2005-09-02 16:42:23Z bj $
2
// $Id: boost_regex.mpb 198 2005-12-15 11:30:53Z bj $
3
 
3
 
4
project: boost_base {
4
project: boost_base {
5
  macros   += BOOST_REGEX_NO_LIB
5
  macros   += BOOST_REGEX_NO_LIB
6
  lit_libs += boost_regex$(BOOST_CFG)
6
  lit_libs += $(BOOST_STATIC_LIB_PREFIX)boost_regex$(BOOST_CFG)
7
}
7
}