diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-06-04 15:51:39 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-06-04 15:51:39 +0000 |
commit | 430c2443455673d87af07af024caf872ff4f2b68 (patch) | |
tree | f94080772ce005a7e6ab55deedc546bb084e61a6 /Makefile | |
parent | b6436b67c81444fe0740035474cf0fe390f5895a (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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |