Changeset 5861


Ignore:
Timestamp:
Feb 2, 2007, 1:17:02 AM (18 years ago)
Author:
Gary Byers
Message:

Specify the SDK to use. (Setting "SDK=" will hopefully work with older
version of xcode.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/darwin-headers/addressbook/C/populate.sh

    r4675 r5861  
    11#!/bin/sh
    2 h-to-ffi.sh /System/Library/Frameworks/AddressBook.framework/Headers/AddressBook.h
     2rm -rf System Developer
     3SDK=/Developer/SDKs/MacOSX10.4u.sdk
     4CFLAGS="-isysroot ${SDK}"; export CFLAGS
     5h-to-ffi.sh ${SDK}/System/Library/Frameworks/AddressBook.framework/Headers/AddressBook.h
Note: See TracChangeset for help on using the changeset viewer.