Add languagestandard variable
[MPC.git] / config / swig_ruby.mpb
blobaa7860205b0b443d3dd68ad2c7f460e88d444fd9
1 // -*- MPC -*-
2 project {
3   Define_Custom(SWIG) {
4     command          = swig
5     commandflags     = -ruby -c++
6     inputext         = .swg, .swig, .i
7     source_outputext = _wrap.cxx
8   }
9   requires += swig_ruby
10   includes += $(RUBY_INCLUDE)/.
11   libpaths += $(RUBY_LIBPATH)/.
13   specific {
14     lib_prefix =
15   }