projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
comctl32/listview: Implement overlay image support.
[wine]
/
dlls
/
riched20
/
Makefile.in
1
MODULE = riched20.dll
2
IMPORTLIB = riched20
3
IMPORTS = uuid ole32 oleaut32 imm32 user32 gdi32
4
EXTRADLLFLAGS = -Wl,--image-base,0x7ac00000
5
6
C_SRCS = \
7
caret.c \
8
clipboard.c \
9
context.c \
10
editor.c \
11
list.c \
12
paint.c \
13
para.c \
14
reader.c \
15
richole.c \
16
row.c \
17
run.c \
18
string.c \
19
style.c \
20
table.c \
21
txthost.c \
22
txtsrv.c \
23
undo.c \
24
wrap.c \
25
writer.c
26
27
RC_SRCS = version.rc
28
29
@MAKE_DLL_RULES@