From 58e1d9d79499d979dde6501ced86499fc6f48fd9 Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Wed, 14 Jan 2009 19:59:09 +0000 Subject: - -lusb removed: libusb not required for HID, that was confusing --- examples/hid-data/commandline/Makefile.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/hid-data/commandline/Makefile.windows b/examples/hid-data/commandline/Makefile.windows index 382a153..a66dffc 100644 --- a/examples/hid-data/commandline/Makefile.windows +++ b/examples/hid-data/commandline/Makefile.windows @@ -14,5 +14,5 @@ include Makefile USBFLAGS= -USBLIBS= -lhid -lusb -lsetupapi +USBLIBS= -lhid -lsetupapi EXE_SUFFIX= .exe -- cgit v1.2.3