projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
kernel32/tests: Fix failures with virtual Drives (AppVirt Client).
[wine]
/
dlls
/
mountmgr.sys
/
Makefile.in
1
MODULE = mountmgr.sys
2
IMPORTS = uuid advapi32 ntoskrnl.exe
3
DELAYIMPORTS = user32
4
EXTRADLLFLAGS = -Wb,--subsystem,native
5
EXTRADEFS = @DBUSINCL@ @HALINCL@
6
EXTRALIBS = @DISKARBITRATIONLIB@
7
8
C_SRCS = \
9
dbus.c \
10
device.c \
11
diskarb.c \
12
mountmgr.c
13
14
@MAKE_DLL_RULES@