mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
9 lines
105 B
Makefile
9 lines
105 B
Makefile
MODULE = netcfgx.dll
|
|
IMPORTS = uuid
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
netcfg.c
|
|
|
|
IDL_SRCS = netcfgx_classes.idl
|