source:
release/1.3/darwinx86/ccl/darwin-x86-headers64/jni/C/populate.sh
| Last change on this file was 11457, checked in by , 16 years ago | |
|---|---|
| File size: 293 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | SDK=/Developer/SDKs/MacOSX10.5.sdk |
| 3 | if [ $# -eq 1 ] |
| 4 | then |
| 5 | SDK=$1 |
| 6 | fi |
| 7 | CFLAGS="-m64 -fobjc-abi-version=1 -Wno-endif-labels -isysroot ${SDK} -mmacosx-version-min=10.4.8";export CFLAGS |
| 8 | rm -rf usr Developer System |
| 9 | h-to-ffi.sh ${SDK}/System/Library/Frameworks/JavaVM.framework/Headers/jni.h |
| 10 |
Note:
See TracBrowser
for help on using the repository browser.
