2007-06-18 15:27:00 +02:00
|
|
|
MODULE = hnetcfg.dll
|
2012-09-26 09:37:08 +02:00
|
|
|
IMPORTS = oleaut32 ole32 advapi32
|
2007-06-18 15:27:00 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2009-07-30 11:15:11 +02:00
|
|
|
apps.c \
|
2009-07-30 11:13:45 +02:00
|
|
|
hnetcfg.c \
|
2009-07-30 11:14:23 +02:00
|
|
|
manager.c \
|
2009-07-30 11:14:47 +02:00
|
|
|
policy.c \
|
2009-10-12 13:38:29 +02:00
|
|
|
port.c \
|
2009-07-30 11:16:08 +02:00
|
|
|
profile.c \
|
2009-10-12 13:38:57 +02:00
|
|
|
service.c
|
2007-06-18 15:27:00 +02:00
|
|
|
|
2010-12-09 11:47:19 +01:00
|
|
|
IDL_R_SRCS = hnetcfg.idl
|
2012-09-26 09:36:52 +02:00
|
|
|
IDL_TLB_SRCS = hnetcfg_tlb.idl
|
2010-12-09 11:47:19 +01:00
|
|
|
|
2007-06-18 15:27:00 +02:00
|
|
|
@MAKE_DLL_RULES@
|