Sweden-Number/programs/ping/Makefile.in

8 lines
113 B
Makefile
Raw Normal View History

2010-03-02 18:26:57 +01:00
MODULE = ping.exe
IMPORTS = ws2_32 iphlpapi
2010-03-02 18:26:57 +01:00
EXTRADLLFLAGS = -mconsole -mno-cygwin
2010-03-02 18:26:57 +01:00
C_SRCS = \
ping_main.c