ipconfig: Distinguish between IPv4 and IPv6 addresses.
[wine] / programs / ipconfig / Makefile.in
1 MODULE    = ipconfig.exe
2 APPMODE   = -mconsole -municode
3 IMPORTS   = iphlpapi ws2_32 user32
4
5 C_SRCS = ipconfig.c
6
7 RC_SRCS = ipconfig.rc
8 PO_SRCS = ipconfig.rc
9
10 @MAKE_PROG_RULES@