This website requires JavaScript.
Explore
Help
Register
Sign In
ReceiveTempSMS
/
Sweden-Number
Watch
1
Star
0
Fork
You've already forked Sweden-Number
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
b48cc9614e
Sweden-Number
/
programs
/
ping
/
Makefile.in
7 lines
96 B
Makefile
Raw
Normal View
History
Unescape
Escape
ping: Add skeleton ping command.
2010-03-02 18:26:57 +01:00
MODULE
=
ping.exe
APPMODE
=
-mconsole
ping: Implement -l, -w, -n using IcmpSendEcho. Signed-off-by: Isira Seneviratne <isirasen96@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-17 05:52:55 +01:00
IMPORTS
=
ws2_32 iphlpapi
ping: Add skeleton ping command.
2010-03-02 18:26:57 +01:00
C_SRCS
=
\
ping_main.c