source: release/1.3/darwinx86/ccl/darwin-x86-headers/cocoa/C/populate.sh

Last change on this file was 11471, checked in by Gary Byers, 16 years ago

New 32-bit x86 Darwin interfaces, with explicit struct return info.
Set min macosx version to 10.4, not 10.4.8. (32-bit x86 support was
added to Darwin sometime after 10.4; 64-bit x86 support wasn't added
until 10.4.8. We use 10.4 when building the kernel and that seems
to work OK.)

  • Property svn:executable set to *
File size: 257 bytes
Line 
1#!/bin/sh
2SDK=/Developer/SDKs/MacOSX10.4u.sdk
3if [ $# -eq 1 ]
4then
5SDK=$1
6fi
7rm -rf System Developer usr
8CFLAGS="-isysroot ${SDK} -msse2 -mmacosx-version-min=10.4"; export CFLAGS
9h-to-ffi.sh ${SDK}/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h
10
Note: See TracBrowser for help on using the repository browser.