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

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

Solaris x86 headers.

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