makefiles: Add a standard header for all makefiles to replace the common variable...
[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 = @HALINCL@
6 EXTRALIBS = @DISKARBITRATIONLIB@
7
8 C_SRCS = \
9         device.c \
10         diskarb.c \
11         hal.c \
12         mountmgr.c
13
14 @MAKE_DLL_RULES@