aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-04 15:51:39 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-04 15:51:39 +0000
commit430c2443455673d87af07af024caf872ff4f2b68 (patch)
treef94080772ce005a7e6ab55deedc546bb084e61a6 /Makefile
parentb6436b67c81444fe0740035474cf0fe390f5895a (diff)
updated joystick support on Mac OS X so that joystick twist is set to abs_rz and throttle is set to abs_throttle even when devices use different code pages (USB HID spec sucks!); minor code cleanups
svn path=/trunk/externals/hcs/hid/; revision=3111
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6c07330..6b55819 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ endif
# ----------------------- DARWIN -----------------------
ifeq ($(OS_NAME),Darwin)
-FRAMEWORKS = Carbon IOKit
+FRAMEWORKS = Carbon IOKit ForceFeedback
LDFLAGS = -bundle -bundle_loader $(PDEXECUTABLE) \
-L/sw/lib -L./HID\ Utilities\ Source/build \
-lHIDUtilities \
@@ -31,7 +31,7 @@ endif
PDEXECUTABLE = ../../../pd/bin/pd
CFLAGS = -DUNIX -DPD -O2 -funroll-loops -fomit-frame-pointer \
- -Wall -W -Wshadow -Wstrict-prototypes -Wno-unused
+ -Wall -W -Wno-shadow -Wstrict-prototypes -Wno-unused
INCLUDE = -I./ -I../../../pd/src -I./HID\ Utilities\ Source