source:
release/1.3/windows/ccl/win32-headers/jni/C/populate.sh
| Last change on this file was 11432, checked in by , 16 years ago | |
|---|---|
| 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 |
| 5 | JVMINCLUDE="/usr/local/jdk/include" |
| 6 | CFLAGS="-m32 -I${JVMINCLUDE}/win32";export CFLAGS |
| 7 | rm -rf usr |
| 8 | h-to-ffi.sh ${JVMINCLUDE}/jni.h |
Note:
See TracBrowser
for help on using the repository browser.
