projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Implement multiline labels in the Large Item view by using DrawText
[wine]
/
dlls
/
ole32
/
Makefile.in
1
EXTRADEFS = -D_OLE32_
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = ole32
7
ALTNAMES = ole2 ole2nls ole2conv ole2prox ole2thk storage compobj
8
EXTRALIBS = $(LIBUUID)
9
10
LDDLLFLAGS = @LDDLLFLAGS@
11
SYMBOLFILE = $(MODULE).tmp.o
12
13
C_SRCS = \
14
antimoniker.c \
15
bindctx.c \
16
clipboard.c \
17
compobj.c \
18
compositemoniker.c \
19
datacache.c \
20
defaulthandler.c \
21
errorinfo.c \
22
filemoniker.c \
23
hglobalstream.c \
24
ifs.c \
25
itemmoniker.c \
26
marshal.c \
27
memlockbytes.c \
28
moniker.c \
29
ole2.c \
30
ole2stubs.c \
31
ole2impl.c \
32
ole2nls.c \
33
ole32_main.c \
34
oleobj.c \
35
oleproxy.c \
36
rpc.c \
37
stg_bigblockfile.c \
38
stg_stream.c \
39
storage.c \
40
storage32.c
41
42
RC_SRCS = \
43
ole32res.rc
44
45
@MAKE_DLL_RULES@
46
47
### Dependencies:
48