repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rpcrt4: Use the thread pool in the RPC server for processing packets.
[wine/multimedia.git]
/
dlls
/
riched20
/
Makefile.in
blob
b089f8940c7940c3a66ce6ca44ae2b6ac7543b9f
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
riched20.dll
6
IMPORTLIB
=
libriched20.
$(
IMPLIBEXT
)
7
IMPORTS
=
ole32 user32 gdi32 kernel32
8
EXTRALIBS
= $(
LIBUNICODE
) -
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
SUBDIRS
=
tests
30
31
RC_SRCS
=
version.rc
32
33
@MAKE_DLL_RULES@
34
35
### Dependencies: