mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 12:06:32 +00:00
0f7cc8d9dd
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
12 lines
332 B
Makefile
12 lines
332 B
Makefile
MODULE = mountmgr.sys
|
|
IMPORTS = uuid advapi32 ntoskrnl
|
|
DELAYIMPORTS = user32 iphlpapi
|
|
EXTRADLLFLAGS = -Wl,--subsystem,native
|
|
EXTRAINCL = $(DBUS_CFLAGS) $(HAL_CFLAGS)
|
|
EXTRALIBS = $(DISKARBITRATION_LIBS) $(SYSTEMCONFIGURATION_LIBS) $(CORESERVICES_LIBS) $(SECURITY_LIBS)
|
|
|
|
C_SRCS = \
|
|
dbus.c \
|
|
device.c \
|
|
diskarb.c \
|
|
mountmgr.c
|