From f49c5866bf8deb5214fa05b281f05c6f76578613 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 26 Oct 2009 01:43:24 +0000 Subject: made API super simple, added [info( message, made proper help patch, and made it build from iPhoneOS svn path=/trunk/externals/apple/; revision=12676 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a58276d..be33ef8 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ SOURCES = # For objects that only build on certain platforms, add those to the SOURCES # line for the right platforms. SOURCES_Darwin = ambient_light_sensor.c iodisplay.c keyboard_light.c sudden_motion_sensor.c smc.c multitouch.c +SOURCES_iphoneos = multitouch.c SOURCES_Linux = SOURCES_Windows = @@ -33,7 +34,7 @@ ifeq ($(UNAME),Darwin) ifeq ($(CPU),arm) # iPhone/iPod Touch # install Headers first: # http://iphonesdkdev.blogspot.com/2008/08/how-to-copy-sdk-headers-to-iphone-and.html - SOURCES += $(SOURCES_Darwin) + SOURCES += $(SOURCES_iphoneos) EXTENSION = pd_darwin OS = iphoneos IPHONE_BASE=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin -- cgit v1.2.1