Merge pull request #203 from jwillemsen/bcc64xlld
[MPC.git] / config / swig_python.mpb
blob7cd52922c9bb96f65684ba630f2975c7b4589d64
1 // -*- MPC -*-
2 project {
3   Define_Custom(SWIG) {
4     command           = swig
5     commandflags      = -python -c++
6     inputext          = .swg, .swig, .i
7     source_outputext  = _wrap.cxx
8     generic_outputext = .py
9   }
10   requires += swig_python
11   includes += $(PYTHON_INCLUDE)/.
12   libpaths += $(PYTHON_LIBPATH)/.
14   specific {
15     lib_prefix =
16   }