diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -22,7 +22,7 @@ else | |||
| 22 | ifeq ($(UNAME),MINGW32_NT-5.1) | 22 | ifeq ($(UNAME),MINGW32_NT-5.1) |
| 23 | CFLAGS = -O3 -I include -I c:\mingw\include | 23 | CFLAGS = -O3 -I include -I c:\mingw\include |
| 24 | LDFLAGS = -static-libgcc -L c:\mingw\lib -L c:\mingw\bin | 24 | LDFLAGS = -static-libgcc -L c:\mingw\lib -L c:\mingw\bin |
| 25 | LIBS = -lusb-1.0 -lsetupapi | 25 | LIBS = -lkernel32 -lmsvcrt -lsetupapi |
| 26 | 26 | ||
| 27 | IRECOVERY_TARGET = irecovery.exe | 27 | IRECOVERY_TARGET = irecovery.exe |
| 28 | IRECOVERY_LDFLAGS = $(LDFLAGS) | 28 | IRECOVERY_LDFLAGS = $(LDFLAGS) |
