Remove the need for the non-standard (Close|Delete)MetaFile16().
[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 $(LIBUNICODE)
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         dictionary.c \
19         errorinfo.c \
20         filemoniker.c \
21         ftmarshal.c \
22         git.c \
23         hglobalstream.c \
24         ifs.c \
25         itemmoniker.c \
26         marshal.c \
27         memlockbytes.c \
28         moniker.c \
29         ole2.c \
30         ole2stubs.c \
31         ole2impl.c \
32         ole32_main.c \
33         oleobj.c \
34         oleproxy.c \
35         regsvr.c \
36         rpc.c \
37         stg_bigblockfile.c \
38         stg_prop.c \
39         stg_stream.c \
40         storage32.c \
41         stubmanager.c
42
43 C_SRCS16 = \
44         memlockbytes16.c \
45         ole16.c \
46         ole2_16.c \
47         ole2nls.c \
48         storage.c
49
50 SPEC_SRCS16 = \
51         compobj.spec \
52         ole2.spec \
53         ole2conv.spec \
54         ole2nls.spec \
55         ole2prox.spec \
56         ole2thk.spec \
57         storage.spec
58
59 RC_SRCS = ole32res.rc
60 RC_BINSRC = ole32res.rc
61 RC_BINARIES = \
62         drag_copy.cur \
63         drag_link.cur \
64         drag_move.cur \
65         nodrop.cur 
66
67 IDL_SRCS = \
68         dcom.idl
69
70 SUBDIRS = tests
71
72 @MAKE_DLL_RULES@
73
74 ### Dependencies:
75
76 # note: this will get overwritten by make depend
77 $(ALL_OBJS): $(IDL_SRCS:.idl=.h)