mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
8 lines
105 B
Makefile
8 lines
105 B
Makefile
MODULE = netcfgx.dll
|
|
IMPORTS = uuid
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
netcfg.c
|
|
|
|
IDL_SRCS = netcfgx_classes.idl
|