projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Ported variant tests to the new testing framework.
[wine]
/
dlls
/
oleaut32
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = oleaut32.dll
6
ALTNAMES = ole2disp.dll typelib.dll
7
EXTRALIBS = $(LIBUUID) @JPEGLIB@
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
propertyframe.c \
22
safearray.c \
23
stubs.c \
24
tmarshal.c \
25
typelib.c \
26
variant.c
27
28
RC_SRCS = \
29
version.rc
30
31
CTESTS = tests/vartest.c
32
33
@MAKE_DLL_RULES@
34
35
### Dependencies:
36