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

Last change on this file was 9232, checked in by Gary Byers, 17 years ago

Some 64-bit Carbon, after all.

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.