|
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.)
|
-
Property svn:executable
set to
*
|
|
File size:
264 bytes
|
| Line | |
|---|
| 1 | #!/bin/sh
|
|---|
| 2 | SDK=/Developer/SDKs/MacOSX10.4u.sdk
|
|---|
| 3 | if [ $# -eq 1 ]
|
|---|
| 4 | then
|
|---|
| 5 | SDK=$1
|
|---|
| 6 | fi
|
|---|
| 7 | rm -rf System Developer usr
|
|---|
| 8 | CFLAGS="-m32 -msse2 -isysroot ${SDK} -mmacosx-version-min=10.4"; export CFLAGS
|
|---|
| 9 | h-to-ffi.sh ${SDK}/System/Library/Frameworks/WebKit.framework/Headers/WebKit.h
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.