blob: 494de138887f6f740c616a546f79a1f85bdea748 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
eval `$JPL_SRC/setvars -perl`;
$java = $ENV{JAVA_HOME};
$jpl = $ENV{JPL_HOME};
# Where are the Java includes?
#
@INCLUDE = ("$java/include", "$java/include/$^O", "$java/include/genunix");
# Are we embedding Perl in Java?
#
$EMBEDDEDPERL = 1;
1;
|