mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
11 lines
173 B
Makefile
11 lines
173 B
Makefile
MODULE = wiaservc.dll
|
|
IMPORTS = uuid ole32 advapi32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
factory.c \
|
|
rsrc.rc \
|
|
service.c \
|
|
wiadevmgr.c \
|
|
wiaservc.idl
|