Makefile.in 101 B

1234567
  1. MODULE = ping.exe
  2. IMPORTS = ws2_32 iphlpapi
  3. EXTRADLLFLAGS = -mconsole
  4. C_SRCS = \
  5. ping_main.c