makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / dmstyle / Makefile.in
1 MODULE    = dmstyle.dll
2 IMPORTS   = dxguid uuid ole32 advapi32
3
4 C_SRCS = \
5         auditiontrack.c \
6         chordtrack.c \
7         commandtrack.c \
8         dmstyle_main.c \
9         dmutils.c \
10         motiftrack.c \
11         mutetrack.c \
12         regsvr.c \
13         style.c \
14         styletrack.c
15
16 RC_SRCS = version.rc
17
18 @MAKE_DLL_RULES@