projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
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@