projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Removed incorrect string length calculation.
[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
hash.c \
16
ole2disp.c \
17
oleaut.c \
18
olefont.c \
19
olepicture.c \
20
parsedt.c \
21
safearray.c \
22
stubs.c \
23
typelib.c \
24
variant.c
25
26
RC_SRCS = \
27
version.rc
28
29
@MAKE_DLL_RULES@
30
31
### Dependencies:
32