no use for UIKit in daemon or libBTstack

This commit is contained in:
matthias.ringwald 2012-01-23 21:42:31 +00:00
parent 483483213e
commit 7821a5bde5
2 changed files with 1 additions and 2 deletions

View File

@ -120,7 +120,7 @@ if test "x$target" = xiphone; then
OBJC="$DEVELOPER_PATH/usr/bin/arm-apple-darwin$darwin_v$compiler_prefix-g++-$GCC_VERSION"
CFLAGS="$CFLAGS -g"
CPPFLAGS="$CPPFLAGS -isysroot $SDK_PATH"
LDFLAGS="$LDFLAGS -framework Foundation -framework CoreFoundation -framework UIKit -lobjc"
LDFLAGS="$LDFLAGS -framework Foundation -framework CoreFoundation -lobjc"
LDFLAGS="$LDFLAGS -L$SDK_PATH/System/Library/Frameworks/IOKit.framework/Versions/A -lIOKit"
LDFLAGS="$LDFLAGS $SDK_PATH/System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager"
;;

View File

@ -73,7 +73,6 @@
#include <mach/mach.h>
#define IOKIT
#include <device/device_types.h>
#include <UIKit/UIKit.h>
// costants
#define sys_iokit err_system(0x38)