jdkhome should be a jdk path, not a jre path

This commit is contained in:
Elias Naur 2008-12-22 16:51:26 +00:00
parent 7ca090659a
commit 07ac2ee5b4
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
<arg line="-c -Wall -O2 -std=gnu99 -D_JNI_IMPLEMENTATION_"/>
<arg value="-I${dxhome}/include"/>
<arg value="-I${alhome}/include"/>
<arg value="-I${jdkhome}/../include"/>
<arg value="-I${jdkhome}/../include/win32"/>
<arg value="-I${jdkhome}/include"/>
<arg value="-I${jdkhome}/include/win32"/>
<arg value="-I${native}/common"/>
<arg value="-I${native}/windows"/>
<srcfile/>