Revert "Default to x64 as default Visual Studio 2017/2019 platform"
[MPC.git] / config / swig_perl.mpb
blob8745bbfbcd082e3a215578f02c9d47535821f7be
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   }