source: release/1.3/darwinppc/ccl/darwin-headers64/cocoa/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.

  • Property svn:executable set to *
File size: 497 bytes
Line 
1#!/bin/sh
2# For now, things earlier than the 10.5 sdk are pointless
3rm -rf System Developer usr
4SDK=/Developer/SDKs/MacOSX10.5.sdk
5CFLAGS="-m64 -fobjc-abi-version=2 -isysroot ${SDK} -mmacosx-version-min=10.5"; export CFLAGS
6h-to-ffi.sh ${SDK}/usr/include/objc/objc-runtime.h
7h-to-ffi.sh ${SDK}/usr/include/objc/objc-exception.h
8h-to-ffi.sh ${SDK}/usr/include/objc/Object.h
9h-to-ffi.sh ${SDK}/usr/include/objc/Protocol.h
10h-to-ffi.sh ${SDK}/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h
Note: See TracBrowser for help on using the repository browser.