repo.or.cz
/
wine
/
gsoc_dplay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
itss: Avoid checking an unsigned value for < 0.
[wine/gsoc_dplay.git]
/
dlls
/
riched20
/
Makefile.in
blob
6b974e5b7a1848b4841f9b27bb9eaff98357d045
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