repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added YUV routines needed for v4l driver, and in the future possibly
[wine/gsoc-2012-control.git]
/
dlls
/
riched20
/
Makefile.in
blob
6fbec4a269a8e02e08bfbcdb414d4c4dd466ea00
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
riched20.dll
6
IMPORTLIB
=
libriched20.
$(
IMPLIBEXT
)
7
IMPORTS
=
user32 gdi32 kernel32
8
EXTRALIBS
= -
luuid
9
10
C_SRCS
=
\
11
caret.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
undo.c \
24
wrap.c \
25
writer.c
26
27
@MAKE_DLL_RULES@
28
29
### Dependencies: