source:
trunk/darwin-x86-headers/jni/C/populate.sh
@
11438
Last change on this file since 11438 was 11438, checked in by gb, 12 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="-m32 -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.