projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
[p5sagit/p5-mst-13.2.git]
/
jpl
/
JNI
/
JNIConfig
1
eval `$JPL_SRC/setvars -perl`;
2
$java = $ENV{JAVA_HOME};
3
$jpl = $ENV{JPL_HOME};
4
5
# Where are the Java includes?
6
#
7
@INCLUDE = ("$java/include", "$java/include/$^O", "$java/include/genunix");
8
9
# Are we embedding Perl in Java?
10
#
11
$EMBEDDEDPERL = 1;
12
13
1;