Makefile.in 200 Bytes
Newer Older
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 14 15
IDL_SRCS = \
	hnetcfg.idl \
	hnetcfg_tlb.idl