source: trunk/essentials/dev-lang/perl/jpl/JNI/JNIConfig.Win32

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 411 bytes
Line 
1# Are we using Kaffe?
2#
3$KAFFE = 0;
4
5# Where are the Java includes?
6#
7@INCLUDE = ("C:\\jdk1.1.8\\include", "C:\\jdk1.1.8\\include\\win32");
8
9# Are we embedding Perl in Java?
10#
11$EMBEDDEDPERL = 0;
12
13# Extra C flags
14#
15$CCFLAGS=" -Z7 -D_DEBUG";
16
17$MYEXTLIB = "C:\\jdk1.1.8\\lib\\javai.lib " .
18 "$Config{installarchlib}\\CORE\\perlcore.lib " .
19 "$Config{installarchlib}\\CORE\\perlcapi.lib";
20
211;
Note: See TracBrowser for help on using the repository browser.