mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 16:57:26 +00:00
9 lines
101 B
Makefile
9 lines
101 B
Makefile
MODULE = netprofm.dll
|
|
IMPORTS = iphlpapi
|
|
|
|
C_SRCS = \
|
|
list.c \
|
|
main.c
|
|
|
|
IDL_SRCS = netprofm.idl
|