From a047c7f2779cb9d6ae68b281f5d74e835c045ba6 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 5 Jul 2012 03:01:05 +0200 Subject: Makefile: removed libusb-1.0 linking for win32, we use setupapi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7016e29..a1b98b3 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ else ifeq ($(UNAME),MINGW32_NT-5.1) CFLAGS = -O3 -I include -I c:\mingw\include LDFLAGS = -static-libgcc -L c:\mingw\lib -L c:\mingw\bin - LIBS = -lusb-1.0 -lsetupapi + LIBS = -lkernel32 -lmsvcrt -lsetupapi IRECOVERY_TARGET = irecovery.exe IRECOVERY_LDFLAGS = $(LDFLAGS) -- cgit v1.1-32-gdbae