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

Last change on this file was 5896, checked in by Gary Byers, 18 years ago

Make the SDK prefix an optional argument; default to the Tiger SDK.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 243 bytes
Line 
1#!/bin/sh
2SDK=/Developer/SDKs/MacOSX10.4u.sdk
3if [ $# -eq 1 ]
4then
5SDK=$1
6fi
7CFLAGS="-Wno-multichar -isysroot ${SDK}" ; export CFLAGS
8/bin/rm -rf Developer System
9h-to-ffi.sh ${SDK}/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h
10
Note: See TracBrowser for help on using the repository browser.