diff options
author | Christian Starkjohann <cs+github@obdev.at> | 2009-01-14 19:59:09 +0000 |
---|---|---|
committer | Christian Starkjohann <cs+github@obdev.at> | 2009-01-14 19:59:09 +0000 |
commit | 58e1d9d79499d979dde6501ced86499fc6f48fd9 (patch) | |
tree | 2d0b0efd7699835710c4dcf33009a0cc14cad66c | |
parent | 8dbc2b24f60ead3d290670d5467871a283c78369 (diff) | |
download | v-usb-58e1d9d79499d979dde6501ced86499fc6f48fd9.tar.gz v-usb-58e1d9d79499d979dde6501ced86499fc6f48fd9.tar.bz2 v-usb-58e1d9d79499d979dde6501ced86499fc6f48fd9.zip |
- -lusb removed: libusb not required for HID, that was confusing
-rw-r--r-- | examples/hid-data/commandline/Makefile.windows | 2 |
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 |