ole32/tests: Add test for OleRun.
[wine] / dlls / ole32 / Makefile.in
1 MODULE    = ole32.dll
2 IMPORTLIB = ole32
3 IMPORTS   = uuid advapi32 user32 gdi32 rpcrt4
4 DELAYIMPORTS = oleaut32
5 EXTRADEFS = -D_OLE32_ -DCOM_NO_WINDOWS_H \
6     -DENTRY_PREFIX=OLE32_ -DPROXY_CLSID=CLSID_PSFactoryBuffer -DWINE_REGISTER_DLL
7
8 C_SRCS = \
9         antimoniker.c \
10         bindctx.c \
11         classmoniker.c \
12         clipboard.c \
13         comcat.c \
14         compobj.c \
15         compositemoniker.c \
16         datacache.c \
17         defaulthandler.c \
18         dictionary.c \
19         enumx.c \
20         errorinfo.c \
21         filelockbytes.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         ole2impl.c \
33         ole2stubs.c \
34         ole32_main.c \
35         oleobj.c \
36         oleproxy.c \
37         pointermoniker.c \
38         rpc.c \
39         stg_prop.c \
40         stg_stream.c \
41         storage32.c \
42         stubmanager.c \
43         usrmarshal.c
44
45 RC_SRCS = ole32res.rc
46
47 IDL_C_SRCS = \
48         irot.idl
49
50 IDL_P_SRCS = \
51         dcom.idl \
52         ole32_objidl.idl \
53         ole32_oleidl.idl \
54         ole32_unknwn.idl
55
56 IDL_R_SRCS = \
57         dcom.idl \
58         ole32_objidl.idl \
59         ole32_oleidl.idl \
60         ole32_unknwn.idl
61
62 EXTRA_OBJS = dlldata.o
63
64 @MAKE_DLL_RULES@