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
|