There is no point making '--register' functions stdcall so just
[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 EXTRALIBS = -luuid
9
10 C_SRCS = \
11         antimoniker.c \
12         bindctx.c \
13         clipboard.c \
14         compobj.c \
15         compositemoniker.c \
16         datacache.c \
17         defaulthandler.c \
18         errorinfo.c \
19         filemoniker.c \
20         ftmarshal.c \
21         git.c \
22         hglobalstream.c \
23         ifs.c \
24         itemmoniker.c \
25         marshal.c \
26         memlockbytes.c \
27         moniker.c \
28         ole2.c \
29         ole2stubs.c \
30         ole2impl.c \
31         ole32_main.c \
32         oleobj.c \
33         oleproxy.c \
34         regsvr.c \
35         rpc.c \
36         stg_bigblockfile.c \
37         stg_stream.c \
38         storage32.c
39
40 C_SRCS16 = \
41         memlockbytes16.c \
42         ole16.c \
43         ole2_16.c \
44         ole2nls.c \
45         storage.c
46
47 SPEC_SRCS16 = \
48         compobj.spec \
49         ole2.spec \
50         ole2conv.spec \
51         ole2nls.spec \
52         ole2prox.spec \
53         ole2thk.spec \
54         storage.spec
55
56 RC_SRCS = ole32res.rc version.rc
57 RC_BINSRC = ole32res.rc
58 RC_BINARIES = \
59         drag_copy.cur \
60         drag_link.cur \
61         drag_move.cur \
62         nodrop.cur 
63
64 IDL_SRCS = \
65         dcom.idl
66
67 SUBDIRS = tests
68
69 @MAKE_DLL_RULES@
70
71 ### Dependencies:
72
73 # note: this will get overwritten by make depend
74 $(ALL_OBJS): $(IDL_SRCS:.idl=.h)