source: release/1.3/linuxx86/ccl/x86-headers/jni/C/populate.sh

Last change on this file was 11490, checked in by Gary Byers, 16 years ago

Add JNI, update other interfaces for linuxx8632.

File size: 148 bytes
Line 
1#!/bin/sh
2JVMINCLUDE=/usr/lib/jvm/java-openjdk/include
3CFLAGS="-m32 -I${JVMINCLUDE}/linux";export CFLAGS
4rm -rf usr
5h-to-ffi.sh ${JVMINCLUDE}/jni.h
Note: See TracBrowser for help on using the repository browser.