mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
15 lines
191 B
Makefile
15 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@
|