mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
12 lines
261 B
Makefile
12 lines
261 B
Makefile
MODULE = mountmgr.sys
|
|
IMPORTS = uuid advapi32 ntoskrnl.exe
|
|
DELAYIMPORTS = user32
|
|
EXTRADLLFLAGS = -Wb,--subsystem,native
|
|
EXTRAINCL = $(DBUS_CFLAGS) $(HAL_CFLAGS)
|
|
EXTRALIBS = $(DISKARBITRATION_LIBS)
|
|
|
|
C_SRCS = \
|
|
dbus.c \
|
|
device.c \
|
|
diskarb.c \
|
|
mountmgr.c
|