projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wined3d: Revert 4ba16b84a9e60ffcc98fc4b4c303c975589b59e2.
[wine]
/
dlls
/
mountmgr.sys
/
Makefile.in
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@
19
20
@DEPENDENCIES@ # everything below this line is overwritten by make depend