mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
8 lines
133 B
Makefile
8 lines
133 B
Makefile
MODULE = netstat.exe
|
|
APPMODE = -mconsole -municode
|
|
IMPORTS = iphlpapi user32 ws2_32
|
|
|
|
C_SRCS = netstat.c
|
|
|
|
RC_SRCS = netstat.rc
|