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
mmdevapi: Fix small capture bugs.
[wine/multimedia.git]
/
dlls
/
mountmgr.sys
/
Makefile.in
blob
30b8937290d4b9b2c5ad39d558cba6608049a27e
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
mountmgr.sys
6
IMPORTS
=
uuid advapi32 ntoskrnl.exe kernel32 ntdll
7
DELAYIMPORTS
=
user32
8
EXTRADLLFLAGS
= -
Wb
,--
subsystem
,
native
9
EXTRADEFS
=
@HALINCL@
10
EXTRALIBS
=
@DISKARBITRATIONLIB@
11
12
C_SRCS
=
\
13
device.c \
14
diskarb.c \
15
hal.c \
16
mountmgr.c
17
18
@MAKE_DLL_RULES@