Subversion Repositories gelsvn

Rev

Blame | Last modification | View Log | RSS feed

// -*- MPC -*-
// $Id: swig_perl.mpb,v 1.6 2005/10/28 16:43:51 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
  }
  includes += $(PERL5_INCLUDE)/.
  libpaths += $(PERL5_INCLUDE)/.
}