gdiplus: Implement GdipSetPathGradientBlend, with tests.
[wine/multimedia.git] / dlls / riched20 / Makefile.in
blob9975537c98a1cae672a4ad164397e96313f23da6
1 MODULE = riched20.dll
2 IMPORTLIB = riched20
3 IMPORTS = uuid ole32 oleaut32 imm32 user32 gdi32
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
26 RC_SRCS = version.rc
28 @MAKE_DLL_RULES@