Last change
on this file since 11459 was
11459,
checked in by gb, 12 years ago
|
Add jni, qtkit, quartz, quartzcore interfaces for DarwinPPC32.
|
File size:
296 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/Quartz.framework/Headers/Quartz.h |
---|
10 | |
---|
11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.