summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/swig_tcl.mpb
blob: 020564e5adde38990620b1a61f80cdba46379bc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- MPC -*-
// $Id$

project {
  Define_Custom(SWIG) {
    automatic         = 1
    command           = swig
    commandflags      = -tcl -c++
    inputext          = .swg, .swig, .i
    source_outputext  = _wrap.cxx
  }
  requires += swig_tcl
  includes += $(TCL_INCLUDE)/.
  libpaths += $(TCL_LIBPATH)/.
}