Some windows fixes
This commit is contained in:
parent
0bf73c3919
commit
82f33d07a4
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ main.o: main.c nmrpd.h
|
|||
$(CC) $(CFLAGS) -c -o main.o main.c
|
||||
|
||||
clean:
|
||||
rm -f nmrp.o tftp.o main.o ethsock.o nmrpflash nmrpflash.exe
|
||||
rm -f nmrp.o tftp.o main.o ethsock.o nmrpflash
|
||||
|
||||
install: nmrpflash
|
||||
install -m 755 nmrpflash $(PREFIX)/bin
|
||||
|
|
|
@ -9,7 +9,7 @@ Libs=Wpdpack\Lib
|
|||
PrivateResource=
|
||||
ResourceIncludes=
|
||||
MakeIncludes=
|
||||
Compiler=
|
||||
Compiler=-DNMRPFLASH_VERSION=\"0.9\"_@@_
|
||||
CppCompiler=
|
||||
Linker=-liphlpapi_@@_-lws2_32_@@_-ladvapi32_@@_-lwpcap_@@_-lpacket_@@__@@_
|
||||
IsCpp=0
|
Loading…
Add table
Reference in a new issue