summaryrefslogtreecommitdiff
path: root/config/swig_python.mpb
blob: 7cd52922c9bb96f65684ba630f2975c7b4589d64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- MPC -*-
project {
  Define_Custom(SWIG) {
    command           = swig
    commandflags      = -python -c++
    inputext          = .swg, .swig, .i
    source_outputext  = _wrap.cxx
    generic_outputext = .py
  }
  requires += swig_python
  includes += $(PYTHON_INCLUDE)/.
  libpaths += $(PYTHON_LIBPATH)/.

  specific {
    lib_prefix =
  }
}