mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
b13ce7597b
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
150 B
Makefile
8 lines
150 B
Makefile
MODULE = netstat.exe
|
|
IMPORTS = iphlpapi user32 ws2_32
|
|
|
|
EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
|
|
|
|
C_SRCS = netstat.c
|
|
|
|
RC_SRCS = netstat.rc
|