push 8742e928a3d078c1d2cecb5ceee0ffde3118cbb7
[wine/hacks.git] / dlls / mountmgr.sys / Makefile.in
blob2996c1c10aa9150f5de2c8ea9defc0cca46b806b
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@
12 C_SRCS = \
13 device.c \
14 diskarb.c \
15 hal.c \
16 mountmgr.c
18 @MAKE_DLL_RULES@
20 @DEPENDENCIES@ # everything below this line is overwritten by make depend