repo.or.cz
/
wine
/
gsoc_dplay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added the DFCS_{HOT,TRANSPARENT} definitions.
[wine/gsoc_dplay.git]
/
dlls
/
oleaut32
/
Makefile.in
blob
3146ffb9d29118a89167759e1928cb1c105e93cb
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