atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / hnetcfg / Makefile.in
1 MODULE    = hnetcfg.dll
2 IMPORTS   = oleaut32 ole32 advapi32
3
4 C_SRCS = \
5         apps.c \
6         hnetcfg.c \
7         manager.c \
8         policy.c \
9         port.c \
10         profile.c \
11         service.c
12
13 IDL_R_SRCS = hnetcfg.idl
14 IDL_TLB_SRCS = hnetcfg_tlb.idl
15
16 @MAKE_DLL_RULES@