crypt32: Fix a couple of test failures on Vista.
[wine] / dlls / dmusic / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = dmusic.dll
6 IMPORTS   = dxguid uuid ole32 user32 advapi32 kernel32
7
8 C_SRCS = \
9         buffer.c \
10         clock.c \
11         collection.c \
12         dmusic.c \
13         dmusic_main.c \
14         download.c \
15         downloadedinstrument.c \
16         instrument.c \
17         port.c \
18         portdownload.c \
19         regsvr.c \
20         thru.c
21
22 RC_SRCS = version.rc
23
24 @MAKE_DLL_RULES@
25
26 @DEPENDENCIES@  # everything below this line is overwritten by make depend