mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
9 lines
134 B
Makefile
9 lines
134 B
Makefile
MODULE = netcfgx.dll
|
|
IMPORTS = uuid
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
main.c \
|
|
netcfg.c \
|
|
netcfgx_classes.idl
|