mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
14 lines
191 B
Makefile
14 lines
191 B
Makefile
MODULE = wiaservc.dll
|
|
IMPORTS = uuid ole32 advapi32
|
|
|
|
C_SRCS = \
|
|
factory.c \
|
|
service.c \
|
|
wiadevmgr.c \
|
|
wiaservc_main.c
|
|
|
|
IDL_R_SRCS = wiaservc.idl
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_DLL_RULES@
|