Subversion Repositories gelsvn

Rev

Rev 218 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 218 Rev 259
1
// -*- MPC -*-
1
// -*- MPC -*-
2
// $Id: python.mpb,v 1.1 2006/02/13 17:15:47 elliott_c Exp $
2
// $Id: python.mpb,v 1.1 2006/02/13 17:15:47 elliott_c Exp $
3
 
3
 
4
project {
4
project {
5
  requires += python
5
  requires += python
6
  includes += $(PYTHON_INCLUDE)/.
6
  includes += $(PYTHON_INCLUDE)/.
7
  libpaths += $(PYTHON_LIBDIR)/.
7
  libpaths += $(PYTHON_LIBDIR)/.
8
}
8
}
9
 
9