mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
15 lines
175 B
Makefile
15 lines
175 B
Makefile
MODULE = hnetcfg.dll
|
|
IMPORTS = ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
apps.c \
|
|
hnetcfg.c \
|
|
manager.c \
|
|
policy.c \
|
|
port.c \
|
|
profile.c \
|
|
regsvr.c \
|
|
service.c
|
|
|
|
@MAKE_DLL_RULES@
|