makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / dmcompos / Makefile.in
1 MODULE    = dmcompos.dll
2 IMPORTS   = dxguid uuid ole32 advapi32
3
4 C_SRCS = \
5         chordmap.c \
6         chordmaptrack.c \
7         composer.c \
8         dmcompos_main.c \
9         regsvr.c \
10         signposttrack.c
11
12 RC_SRCS = version.rc
13
14 @MAKE_DLL_RULES@