wintrust: Win64 printf format warning fixes.
[wine] / dlls / riched20 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = riched20.dll
6 IMPORTLIB = libriched20.$(IMPLIBEXT)
7 IMPORTS   = ole32 user32 gdi32 kernel32
8 EXTRALIBS = -luuid
9 EXTRADEFS = -DWINE_NO_LONG_AS_INT
10
11 C_SRCS = \
12         caret.c \
13         clipboard.c \
14         context.c \
15         editor.c \
16         list.c \
17         paint.c \
18         para.c \
19         reader.c \
20         richole.c \
21         row.c \
22         run.c \
23         string.c \
24         style.c \
25         txtsrv.c \
26         undo.c \
27         wrap.c \
28         writer.c
29
30 RC_SRCS = version.rc
31
32 @MAKE_DLL_RULES@
33
34 @DEPENDENCIES@  # everything below this line is overwritten by make depend