Rev 198 | Go to most recent revision | Blame | Last modification | View Log | RSS feed
// -*- MPC -*-
// $Id: swig_perl.mpb,v 1.7 2006/02/13 17:15:47 elliott_c Exp $
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)/.
}