aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-26 01:43:24 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-26 01:43:24 +0000
commitf49c5866bf8deb5214fa05b281f05c6f76578613 (patch)
tree65a29b24273d74cecf7f92391ee234f1dc3ba06f /Makefile
parente45a324fd50f55655b620ce3c9ee3291ccb46e44 (diff)
made API super simple, added [info( message, made proper help patch, and made it build from iPhoneOS
svn path=/trunk/externals/apple/; revision=12676
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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