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

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

Add some more frameworks. Update the CFLAGS in Cocoa-based frameworks'
populate.sh scripts to include CFLAGS appropriate for gcc-5465.

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