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

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

New.

File size: 337 bytes
Line 
1#!/bin/sh
2# The Sun JDK installs itself in c:/Program Files/Java/jdk*.
3# To avoid having to guess how to quote the space in that pathname,
4# I made a link to the actual jdk installation dir in /usr/local/jdk
5JVMINCLUDE="/usr/local/jdk/include"
6CFLAGS="-m32 -I${JVMINCLUDE}/win32";export CFLAGS
7rm -rf usr
8h-to-ffi.sh ${JVMINCLUDE}/jni.h
Note: See TracBrowser for help on using the repository browser.