Makefile.in 189 Bytes
Newer Older
1
MODULE    = wiaservc.dll
2
IMPORTS   = uuid ole32 advapi32
3

4
EXTRADLLFLAGS = -Wb,--prefer-native
5

6
C_SRCS = \
7
	factory.c \
8
	service.c \
9
	wiadevmgr.c
10

11
IDL_SRCS = wiaservc.idl
12

13
RC_SRCS = rsrc.rc