|
Last change
on this file was 5896, checked in by Gary Byers, 18 years ago |
|
Make the SDK prefix an optional argument; default to the Tiger SDK.
|
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
224 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | SDK=/Developer/SDKs/MacOSX10.4u.sdk
|
|---|
| 3 | if [ $# -eq 1 ]
|
|---|
| 4 | then
|
|---|
| 5 | SDK=$1
|
|---|
| 6 | fi
|
|---|
| 7 | rm -rf System Developer usr
|
|---|
| 8 | CFLAGS="-isysroot ${SDK}"; export CFLAGS
|
|---|
| 9 | h-to-ffi.sh ${SDK}/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h
|
|---|
| 10 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.