Commit aee3aa1ffd6dfa85b527e4ca59cde2f904a49f7d
1 parent
38c48da3
satané Makefile
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Software/Makefile
... | ... | @@ -5,12 +5,12 @@ INCLUDE = include |
5 | 5 | CFLAGS = |
6 | 6 | CLIBS = -lusb-1.0 -I"C:\Program Files\zLib\libusb-1.0.23\include" |
7 | 7 | #sur le Windows d'Axel : |
8 | -CLIBS := ${CLIBS} -B"C:\Program Files\zLib\libusb-1.0.23\MinGW32\static" | |
8 | +#CLIBS := ${CLIBS} -B"C:\Program Files\zLib\libusb-1.0.23\MinGW32\static" | |
9 | 9 | GNUMAKEFLAGS = --no-print-directory |
10 | 10 | |
11 | 11 | gcc = gcc |
12 | 12 | #sur le Windows d'Axel : |
13 | -gcc := "/mnt/c/Program Files (x86)/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/gcc.exe" | |
13 | +#gcc := "/mnt/c/Program Files (x86)/mingw-w64/i686-8.1.0-posix-dwarf-rt_v6-rev0/mingw32/bin/gcc.exe" | |
14 | 14 | |
15 | 15 | |
16 | 16 | DEBUG?=0 | ... | ... |