winex11: Added missing release_win_data() to create_foreign_window().
[wine.git] / dlls / mountmgr.sys / Makefile.in
blobaa3eb0f53015d39f890cc535e75cb1d945edba9c
1 MODULE = mountmgr.sys
2 IMPORTS = uuid advapi32 ntoskrnl.exe
3 DELAYIMPORTS = user32
4 EXTRADLLFLAGS = -Wb,--subsystem,native
5 EXTRADEFS = @DBUS_CFLAGS@ @HAL_CFLAGS@
6 EXTRALIBS = @DISKARBITRATIONLIB@
8 C_SRCS = \
9 dbus.c \
10 device.c \
11 diskarb.c \
12 mountmgr.c
14 @MAKE_DLL_RULES@