mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
10 lines
173 B
Makefile
10 lines
173 B
Makefile
MODULE = netstat.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = iphlpapi user32 ws2_32
|
|
|
|
C_SRCS = netstat.c
|
|
|
|
RC_SRCS = netstat.rc
|
|
PO_SRCS = netstat.rc
|
|
|
|
@MAKE_PROG_RULES@
|