push 07a2b33f792746135ccf34a3b3e1dfb2a3c1e823
[wine/hacks.git] / dlls / riched20 / Makefile.in
blob8bcf8edfbd0194ebddd1ac648d799e69c406e420
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = riched20.dll
6 IMPORTLIB = riched20
7 IMPORTS = uuid ole32 imm32 user32 gdi32 kernel32
9 C_SRCS = \
10 caret.c \
11 clipboard.c \
12 context.c \
13 editor.c \
14 list.c \
15 paint.c \
16 para.c \
17 reader.c \
18 richole.c \
19 row.c \
20 run.c \
21 string.c \
22 style.c \
23 table.c \
24 txtsrv.c \
25 undo.c \
26 wrap.c \
27 writer.c
29 RC_SRCS = version.rc
31 @MAKE_DLL_RULES@
33 @DEPENDENCIES@ # everything below this line is overwritten by make depend