update path for ios examples, too

This commit is contained in:
matthias.ringwald@gmail.com 2014-09-23 07:33:46 +00:00
parent 2123836d92
commit 58fea31756
2 changed files with 5 additions and 3 deletions

View File

@ -13,5 +13,5 @@ rm -f btstack-config.h config.h layout Makefile src/Makefile example/Makefile ch
cp platforms/ios/btstack-config-iphone.h btstack-config.h
cp platforms/ios/Makefile.iphone Makefile
cp platforms/ios/src/Makefile.iphone src/Makefile
cp platforms/ios/example/Makefile.iphone example/Makefile
cp platforms/ios/example/Makefile.iphone example/daemon/Makefile
ln -s platforms/ios/layout .

View File

@ -7,8 +7,10 @@ TARGET_IPHONEOS_DEPLOYMENT_VERSION = 3.0
TARGET_IPHONEOS_DEPLOYMENT_VERSION_arm64 = 7.0
ARCHS = armv6 arm64
ADDITIONAL_CFLAGS = -I.. -I../include
ADDITIONAL_LDFLAGS = -L../src/.theos/obj -lBTstack
BTSTACK_ROOT=../..
ADDITIONAL_CFLAGS = -I$(BTSTACK_ROOT) -I$(BTSTACK_ROOT)/include
ADDITIONAL_LDFLAGS = -L$(BTSTACK_ROOT)/src/.theos/obj -lBTstack
TOOL_NAME = inquiry l2cap-test rfcomm-echo rfcomm-cat rfcomm-test l2cap-server l2cap-throughput