msi: Add more tests for MsiSourceListGetInfo.
[wine.git] / dlls / dmusic / Makefile.in
blob2158c76a4152f45164f525999b7b2341158a1879
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dmusic.dll
6 IMPORTS = ole32 user32 advapi32 kernel32
7 EXTRALIBS = -ldxguid -luuid
9 C_SRCS = \
10 buffer.c \
11 clock.c \
12 collection.c \
13 dmusic.c \
14 dmusic_main.c \
15 download.c \
16 downloadedinstrument.c \
17 instrument.c \
18 port.c \
19 portdownload.c \
20 regsvr.c \
21 thru.c
23 RC_SRCS = version.rc
25 @MAKE_DLL_RULES@
27 @DEPENDENCIES@ # everything below this line is overwritten by make depend