makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / dmusic / Makefile.in
1 MODULE    = dmusic.dll
2 IMPORTS   = dxguid uuid ole32 advapi32
3
4 C_SRCS = \
5         buffer.c \
6         clock.c \
7         collection.c \
8         dmusic.c \
9         dmusic_main.c \
10         download.c \
11         downloadedinstrument.c \
12         instrument.c \
13         port.c \
14         regsvr.c
15
16 RC_SRCS = version.rc
17
18 @MAKE_DLL_RULES@