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
Revert "Default to x64 as default Visual Studio 2017/2019 platform"
[MPC.git]
/
config
/
swig_perl.mpb
blob
8745bbfbcd082e3a215578f02c9d47535821f7be
1
// -*- MPC -*-
2
project {
3
Define_Custom(SWIG) {
4
command = swig
5
commandflags = -perl -c++
6
inputext = .swg, .swig, .i
7
source_outputext = _wrap.cxx
8
generic_outputext = .pm
9
}
10
requires += swig_perl
11
includes += $(PERL5_INCLUDE)/.
12
libpaths += $(PERL5_INCLUDE)/.
13
specific(prop:windows) {
14
lit_libs += $(PERL5_LIB)
15
}
16
}