mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 10:43:55 +02:00
13 lines
215 B
Makefile
13 lines
215 B
Makefile
MODULE = windows.devices.enumeration.dll
|
|
IMPORTS = cfgmgr32 combase uuid
|
|
|
|
SOURCES = \
|
|
access.c \
|
|
async.c \
|
|
async_private.idl \
|
|
classes.idl \
|
|
event_handlers.c \
|
|
information.c \
|
|
main.c \
|
|
vector.c \
|
|
weakref.c
|