mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02: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
|