|
Last change
on this file was 11459, checked in by Gary Byers, 16 years ago |
|
Add jni, qtkit, quartz, quartzcore interfaces for DarwinPPC32.
|
|
File size:
294 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | SDK=/Developer/SDKs/MacOSX10.4u.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";export CFLAGS
|
|---|
| 8 | rm -rf usr Developer System
|
|---|
| 9 | h-to-ffi.sh ${SDK}/System/Library/Frameworks/QTKit.framework/Headers/QTKit.h
|
|---|
| 10 |
|
|---|
| 11 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.