|
Last change
on this file was 11477, checked in by Gary Byers, 16 years ago |
|
Updated .cdb files, should have explicit struct return info.
Added interfaces for darwinppc64.
|
|
File size:
271 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | SDK=/Developer/SDKs/MacOSX10.5.sdk
|
|---|
| 3 | CFLAGS="-m64 -Wno-multichar -isysroot ${SDK} -mmacosx-version-min=10.5 -Wno-deprecated-declarations" ; export CFLAGS
|
|---|
| 4 | /bin/rm -rf Developer System
|
|---|
| 5 | h-to-ffi.sh ${SDK}/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.