summaryrefslogtreecommitdiff
path: root/config/swig_tcl.mpb
blob: f0a8ed52e5c6d4b8984748cd5ceb1d3cdea7351f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// -*- MPC -*-
project {
  Define_Custom(SWIG) {
    command          = swig
    commandflags     = -tcl -c++
    inputext         = .swg, .swig, .i
    source_outputext = _wrap.cxx
  }
  requires += swig_tcl
  includes += $(TCL_INCLUDE)/.
  libpaths += $(TCL_LIBPATH)/.
}