Changeset 15629 for trunk/darwin-x86-headers/coreaudiokit
- Timestamp:
- Feb 1, 2013, 6:14:01 PM (8 years ago)
- Location:
- trunk/darwin-x86-headers/coreaudiokit
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/darwin-x86-headers/coreaudiokit/C
- Property svn:ignore
-
old new 1 1 Developer 2 Applications
-
- Property svn:ignore
-
trunk/darwin-x86-headers/coreaudiokit/C/populate.sh
r14878 r15629 1 1 #!/bin/sh 2 SDK=/ Developer/SDKs/MacOSX10.6.sdk2 SDK=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk 3 3 if [ $# -eq 1 ] 4 4 then 5 5 SDK=$1 6 6 fi 7 CFLAGS="-m32 -msse2 -Wno-multichar -isysroot ${SDK} -mmacosx-version-min=10. 6" ; export CFLAGS7 CFLAGS="-m32 -msse2 -Wno-multichar -isysroot ${SDK} -mmacosx-version-min=10.8" ; export CFLAGS 8 8 rm -rf Developer 9 9 h-to-ffi.sh ${SDK}/System/Library/Frameworks/CoreAudioKit.framework/Headers/CoreAudioKit.h
Note: See TracChangeset
for help on using the changeset viewer.