repo.or.cz
/
wine
/
hacks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
push abf7776878978b0406e974646c5bcfcf789b045c
[wine/hacks.git]
/
dlls
/
riched20
/
Makefile.in
blob
4e443a1a691dd23d3c0c5e53a4eca6ce473c8229
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
riched20.dll
6
IMPORTLIB
=
riched20
7
IMPORTS
=
uuid ole32 imm32 user32 gdi32 kernel32
8
9
C_SRCS
=
\
10
caret.c \
11
clipboard.c \
12
context.c \
13
editor.c \
14
list.c \
15
paint.c \
16
para.c \
17
reader.c \
18
richole.c \
19
row.c \
20
run.c \
21
string.c \
22
style.c \
23
txtsrv.c \
24
undo.c \
25
wrap.c \
26
writer.c
27
28
RC_SRCS
=
version.rc
29
30
@MAKE_DLL_RULES@
31
32
@DEPENDENCIES@
# everything below this line is overwritten by make depend