gdi32: Fix lfWidth before caching the font to avoid duplicate entries in the cache.
[wine/wine-jacek.git] / dlls / riched20 / Makefile.in
blob1f2e451d232f6d9e222db11ec536c223b95649fa
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = riched20.dll
6 IMPORTLIB = riched20
7 IMPORTS = ole32 imm32 user32 gdi32 kernel32
8 EXTRALIBS = -luuid
10 C_SRCS = \
11 caret.c \
12 clipboard.c \
13 context.c \
14 editor.c \
15 list.c \
16 paint.c \
17 para.c \
18 reader.c \
19 richole.c \
20 row.c \
21 run.c \
22 string.c \
23 style.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