Last change
on this file since 14881 was
14878,
checked in by rme, 10 years ago
|
Darwin/x8632 interfaces built from Snow Leopard headers.
|
-
Property svn:executable set to
*
|
File size:
279 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | SDK=/Developer/SDKs/MacOSX10.6.sdk |
---|
3 | if [ $# -eq 1 ] |
---|
4 | then |
---|
5 | SDK=$1 |
---|
6 | fi |
---|
7 | CFLAGS="-m32 -msse2 -Wno-multichar -isysroot ${SDK} -mmacosx-version-min=10.6" ; export CFLAGS |
---|
8 | rm -rf Developer |
---|
9 | h-to-ffi.sh ${SDK}/System/Library/Frameworks/CoreAudioKit.framework/Headers/CoreAudioKit.h |
---|
Note: See
TracBrowser
for help on using the repository browser.