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
Wed Jun 4 09:36:54 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
[MPC.git]
/
config
/
swig_java.mpb
blob
ce767d191ccb4df5e302e231a091acdc9336880f
1
// -*- MPC -*-
2
// $Id$
3
4
project {
5
Define_Custom(SWIG) {
6
command = swig
7
commandflags = -java -c++
8
inputext = .swg, .swig, .i
9
source_outputext = _wrap.cxx
10
generic_pre_extension = , JNI
11
generic_outputext = .java
12
}
13
requires += swig_java
14
includes += $(JAVA_ROOT)/include $(JAVA_ROOT)/include/$(JAVA_PLATFORM)
15
}