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
Whitespace changes
[MPC.git]
/
config
/
swig_java.mpb
blob
99bbf7fe593e525bdcd16599d4cec1ac63948515
1
// -*- MPC -*-
2
project {
3
Define_Custom(SWIG) {
4
command = swig
5
commandflags = -java -c++
6
inputext = .swg, .swig, .i
7
source_outputext = _wrap.cxx
8
generic_pre_extension = , JNI
9
generic_outputext = .java
10
}
11
requires += swig_java
12
includes += $(JAVA_ROOT)/include $(JAVA_ROOT)/include/$(JAVA_PLATFORM)
13
}