source: release/1.3/darwinppc/ccl/darwin-headers64/carbon/C/populate.sh

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
2SDK=/Developer/SDKs/MacOSX10.5.sdk
3CFLAGS="-m64 -Wno-multichar -isysroot ${SDK} -mmacosx-version-min=10.5 -Wno-deprecated-declarations" ; export CFLAGS
4/bin/rm -rf Developer System
5h-to-ffi.sh ${SDK}/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h
Note: See TracBrowser for help on using the repository browser.