repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tue Oct 29 10:41:11 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
[MPC.git]
/
config
/
swig_perl.mpb
blob
f36dfb6fc80ac2b464c48a4c631b912683458254
1
// -*- MPC -*-
2
// $Id$
3
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
}
18
}