makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / riched20 / Makefile.in
1 MODULE    = riched20.dll
2 IMPORTLIB = riched20
3 IMPORTS   = uuid ole32 oleaut32 imm32 user32 gdi32
4
5 C_SRCS = \
6         caret.c \
7         clipboard.c \
8         context.c \
9         editor.c \
10         list.c \
11         paint.c \
12         para.c \
13         reader.c \
14         richole.c \
15         row.c \
16         run.c \
17         string.c \
18         style.c \
19         table.c \
20         txthost.c \
21         txtsrv.c \
22         undo.c \
23         wrap.c \
24         writer.c
25
26 RC_SRCS = version.rc
27
28 @MAKE_DLL_RULES@