fix build of daemon examples for ios

This commit is contained in:
Matthias Ringwald 2015-05-03 20:55:01 +02:00
parent 057267d4d9
commit d277f4dc01
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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