projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
gdi32, winex11drv: Add a test for compatible bitmap depths.
[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 imm32 user32 gdi32 kernel32
8
EXTRALIBS = -luuid
9
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
28
29
RC_SRCS = version.rc
30
31
@MAKE_DLL_RULES@
32
33
@DEPENDENCIES@ # everything below this line is overwritten by make depend