Fix incorrect calculation of transport_addr.
[wine] / dlls / ole32 / Makefile.in
1 EXTRADEFS = -D_OLE32_ -DCOM_NO_WINDOWS_H
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = ole32.dll
7 IMPORTS   = advapi32 user32 gdi32 rpcrt4 kernel32 ntdll
8 ALTNAMES  = ole2.dll ole2nls.dll ole2conv.dll ole2prox.dll ole2thk.dll storage.dll compobj.dll
9 EXTRALIBS = $(LIBUUID)
10
11 SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)
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         ftmarshal.c \
24         git.c \
25         hglobalstream.c \
26         ifs.c \
27         itemmoniker.c \
28         marshal.c \
29         memlockbytes.c \
30         moniker.c \
31         ole2.c \
32         ole2stubs.c \
33         ole2impl.c \
34         ole32_main.c \
35         oleobj.c \
36         oleproxy.c \
37         regsvr.c \
38         rpc.c \
39         stg_bigblockfile.c \
40         stg_stream.c \
41         storage32.c
42
43 C_SRCS16 = \
44         memlockbytes16.c \
45         ole16.c \
46         ole2_16.c \
47         ole2nls.c \
48         storage.c
49
50 RC_SRCS = ole32res.rc version.rc
51 RC_BINSRC = ole32res.rc
52 RC_BINARIES = \
53         drag_copy.cur \
54         drag_link.cur \
55         drag_move.cur \
56         nodrop.cur 
57
58 @MAKE_DLL_RULES@
59
60 ### Dependencies: