repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mountmgr: Rename hal.c to dbus.c.
[wine/multimedia.git]
/
dlls
/
mountmgr.sys
/
Makefile.in
blob
6bdb5c4e3129a361fd5f27645f0d3deacde00355
1
MODULE
=
mountmgr.sys
2
IMPORTS
=
uuid advapi32 ntoskrnl.exe
3
DELAYIMPORTS
=
user32
4
EXTRADLLFLAGS
= -
Wb
,--
subsystem
,
native
5
EXTRADEFS
=
@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@