mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
17 lines
229 B
Makefile
17 lines
229 B
Makefile
MODULE = hnetcfg.dll
|
|
IMPORTS = oleaut32 ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
apps.c \
|
|
hnetcfg.c \
|
|
manager.c \
|
|
policy.c \
|
|
port.c \
|
|
profile.c \
|
|
service.c
|
|
|
|
IDL_R_SRCS = hnetcfg.idl
|
|
IDL_TLB_SRCS = hnetcfg_tlb.idl
|
|
|
|
@MAKE_DLL_RULES@
|