source: release/1.3/darwinx86/ccl/darwin-x86-headers/carbon/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.)

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