From 430c2443455673d87af07af024caf872ff4f2b68 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 4 Jun 2005 15:51:39 +0000 Subject: 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 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1