summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/swig_perl.mpb
blob: e3d655b6bd25d25d9816643c4f31013be3f504f3 (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      = -perl -c++
    inputext          = .swg, .swig, .i
    source_outputext  = _wrap.cxx
    generic_outputext = .pm
  }
  requires += swig_perl
  includes += $(PERL5_INCLUDE)/.
  libpaths += $(PERL5_INCLUDE)/.
  specific(prop:windows) {
    lit_libs += $(PERL5_LIB)
  }
}