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
Add languagestandard variable
[MPC.git]
/
config
/
swig_ruby.mpb
blob
aa7860205b0b443d3dd68ad2c7f460e88d444fd9
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)/.
12
13
specific {
14
lib_prefix =
15
}
16
}