mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
15 lines
189 B
Makefile
15 lines
189 B
Makefile
MODULE = hnetcfg.dll
|
|
IMPORTS = ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
apps.c \
|
|
hnetcfg.c \
|
|
manager.c \
|
|
policy.c \
|
|
port.c \
|
|
profile.c \
|
|
service.c
|
|
|
|
IDL_R_SRCS = hnetcfg.idl
|
|
|
|
@MAKE_DLL_RULES@
|