mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-23 00:39:51 +00:00
fix build of daemon examples for ios
This commit is contained in:
parent
057267d4d9
commit
d277f4dc01
@ -1,7 +1,7 @@
|
|||||||
# this uses rpetrich's lipoplastic feature not present in dhowett's repository
|
# this uses rpetrich's lipoplastic feature not present in dhowett's repository
|
||||||
# you need to install Xcode 4.4.1 as /Applications/Xcode_4.4.1.app
|
# you need to install Xcode 4.4.1 as /Applications/Xcode_4.4.1.app
|
||||||
|
|
||||||
SUBPROJECTS = src PatchBlueTool PrefsBundle
|
SUBPROJECTS = src example PatchBlueTool PrefsBundle
|
||||||
|
|
||||||
include $(THEOS)/makefiles/common.mk
|
include $(THEOS)/makefiles/common.mk
|
||||||
include $(THEOS_MAKE_PATH)/aggregate.mk
|
include $(THEOS_MAKE_PATH)/aggregate.mk
|
||||||
|
@ -7,10 +7,11 @@ TARGET_IPHONEOS_DEPLOYMENT_VERSION = 3.0
|
|||||||
TARGET_IPHONEOS_DEPLOYMENT_VERSION_arm64 = 7.0
|
TARGET_IPHONEOS_DEPLOYMENT_VERSION_arm64 = 7.0
|
||||||
ARCHS = armv6 arm64
|
ARCHS = armv6 arm64
|
||||||
|
|
||||||
BTSTACK_ROOT=../..
|
BTSTACK_ROOT=../../..
|
||||||
|
VPATH += $(BTSTACK_ROOT)/example/daemon
|
||||||
|
|
||||||
ADDITIONAL_CFLAGS = -I$(BTSTACK_ROOT) -I$(BTSTACK_ROOT)/include
|
ADDITIONAL_CFLAGS = -I.. -I$(BTSTACK_ROOT)/include
|
||||||
ADDITIONAL_LDFLAGS = -L$(BTSTACK_ROOT)/src/.theos/obj -lBTstack
|
ADDITIONAL_LDFLAGS = -L../src/.theos/obj -lBTstack
|
||||||
|
|
||||||
TOOL_NAME = inquiry l2cap-test rfcomm-echo rfcomm-cat rfcomm-test l2cap-server l2cap-throughput
|
TOOL_NAME = inquiry l2cap-test rfcomm-echo rfcomm-cat rfcomm-test l2cap-server l2cap-throughput
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user