From 5975fb802a87775c180c6132f08a12765cc726de Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 22 Aug 2006 04:13:14 +0000 Subject: everything is building, the element array is being properly populated, I just need to fix the data output to use the new element array svn path=/trunk/; revision=5706 --- externals/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'externals/Makefile') diff --git a/externals/Makefile b/externals/Makefile index a3bc725e..a031e448 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -121,7 +121,7 @@ else LIB_TARGETS += hid else # GNU/Linux, BSD, IRIX, etc. - LIB_TARGETS += + LIB_TARGETS += hid endif endif @@ -929,10 +929,12 @@ $(HID_OBJECTS) : %.o : %.c $(HID_UTILITIES_SOURCE)/build/libHIDUtilities.a: # Apple changed the XCode CLI tool's name in xcode2... arg # if on non-Mac OS X, this target just echos a message +ifeq ($(UNAME),Darwin) cd $(HID_UTILITIES_SOURCE) && \ (test -x /usr/bin/xcodebuild && /usr/bin/xcodebuild) || \ (test -x /usr/bin/pbxbuild && /usr/bin/pbxbuild) || \ echo "Not building Apple HID Utilities" +endif $(externals_src)/hcs/hid/hid.$(EXTENSION): $(HID_OBJECTS) \ $(HID_UTILITIES_SOURCE)/build/libHIDUtilities.a -- cgit v1.2.1