repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cmd: Add support for NEQ comparison operator in if statements.
[wine.git]
/
dlls
/
riched20
/
Makefile.in
blob
9975537c98a1cae672a4ad164397e96313f23da6
1
MODULE
=
riched20.dll
2
IMPORTLIB
=
riched20
3
IMPORTS
=
uuid ole32 oleaut32 imm32 user32 gdi32
4
5
C_SRCS
=
\
6
caret.c \
7
clipboard.c \
8
context.c \
9
editor.c \
10
list.c \
11
paint.c \
12
para.c \
13
reader.c \
14
richole.c \
15
row.c \
16
run.c \
17
string.c \
18
style.c \
19
table.c \
20
txthost.c \
21
txtsrv.c \
22
undo.c \
23
wrap.c \
24
writer.c
25
26
RC_SRCS
=
version.rc
27
28
@MAKE_DLL_RULES@