aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2009-01-14 19:59:09 +0000
committerChristian Starkjohann <cs+github@obdev.at>2009-01-14 19:59:09 +0000
commit58e1d9d79499d979dde6501ced86499fc6f48fd9 (patch)
tree2d0b0efd7699835710c4dcf33009a0cc14cad66c /examples
parent8dbc2b24f60ead3d290670d5467871a283c78369 (diff)
downloadv-usb-58e1d9d79499d979dde6501ced86499fc6f48fd9.tar.gz
v-usb-58e1d9d79499d979dde6501ced86499fc6f48fd9.tar.bz2
v-usb-58e1d9d79499d979dde6501ced86499fc6f48fd9.zip
- -lusb removed: libusb not required for HID, that was confusing
Diffstat (limited to 'examples')
-rw-r--r--examples/hid-data/commandline/Makefile.windows2
1 files changed, 1 insertions, 1 deletions
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