wined3d: Request alpha in backbuffer mode, to work correctly with multiple opengl...
[wine/multimedia.git] / dlls / qmgr / Makefile.in
bloba6c40ac8967ccd9ef82cb2c5e8f29bd503a8038f
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = qmgr.dll
6 IMPORTS = advpack ole32 advapi32 kernel32
7 EXTRALIBS = -luuid
9 C_SRCS = \
10 factory.c \
11 qmgr.c \
12 qmgr_main.c \
13 service.c
15 RC_SRCS = rsrc.rc
17 IDL_I_SRCS = qmgr_local.idl
19 @MAKE_DLL_RULES@
21 @DEPENDENCIES@ # everything below this line is overwritten by make depend