mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:21:14 +00:00
f658d9d178
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
138 B
Makefile
8 lines
138 B
Makefile
MODULE = netstat.exe
|
|
IMPORTS = iphlpapi user32 ws2_32
|
|
|
|
EXTRADLLFLAGS = -mconsole -municode
|
|
|
|
C_SRCS = netstat.c
|
|
|
|
RC_SRCS = netstat.rc
|