summaryrefslogtreecommitdiff
path: root/config/swig_perl.mpb
blob: 8745bbfbcd082e3a215578f02c9d47535821f7be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
project {
  Define_Custom(SWIG) {
    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)
  }
}