projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Implementation of Dispatch API.
[wine]
/
dlls
/
oleaut32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = oleaut32
6
ALTNAMES = ole2disp typelib
7
EXTRALIBS = $(LIBUUID)
8
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
C_SRCS = \
13
connpt.c \
14
dispatch.c \
15
ole2disp.c \
16
oleaut.c \
17
olefont.c \
18
olepicture.c \
19
parsedt.c \
20
safearray.c \
21
stubs.c \
22
typelib.c \
23
variant.c
24
25
@MAKE_DLL_RULES@
26
27
### Dependencies:
28