Tue Oct 29 10:41:11 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
[MPC.git] / config / swig_perl.mpb
blobf36dfb6fc80ac2b464c48a4c631b912683458254
1 // -*- MPC -*-
2 // $Id$
4 project {
5   Define_Custom(SWIG) {
6     command           = swig
7     commandflags      = -perl -c++
8     inputext          = .swg, .swig, .i
9     source_outputext  = _wrap.cxx
10     generic_outputext = .pm
11   }
12   requires += swig_perl
13   includes += $(PERL5_INCLUDE)/.
14   libpaths += $(PERL5_INCLUDE)/.
15   specific(prop:windows) {
16     lit_libs += $(PERL5_LIB)
17   }