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 217
Line 1... Line 1...
1
// -*- MPC -*-
1
// -*- MPC -*-
2
// $Id: boost_base.mpb 107 2005-09-02 16:42:23Z bj $
2
// $Id: boost_base.mpb 217 2006-05-05 09:35:48Z bj $
3
 
3
 
4
project {
4
project {
5
  requires += boost
5
  requires += boost
6
  includes += $(BOOST_ROOT)/include/$(BOOST_VERSION)
6
  includes += $(BOOST_ROOT)/include/$(BOOST_VERSION) $(BOOST_ROOT)/.
7
  libpaths += $(BOOST_ROOT)/lib
7
  libpaths += $(BOOST_ROOT)/lib
8
}
8
}