summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/swig_ruby.mpb
blob: 868eeac2c40462b7dd2ac9fbff7ab898f43e384d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- MPC -*-
// $Id$

project {
  Define_Custom(SWIG) {
    automatic         = 1
    command           = swig
    commandflags      = -ruby -c++
    inputext          = .swg, .swig, .i
    source_outputext  = _wrap.cxx
  }
  requires += swig_ruby
  includes += $(RUBY_INCLUDE)/.
  libpaths += $(RUBY_LIBPATH)/.

  specific {
    lib_prefix =
  }
}