Release 1.4-rc3.
[wine/multimedia.git] / dlls / ole32 / Makefile.in
blobea9c9cb7ff56b055e371b0a1f77f3cc27348197d
1 MODULE = ole32.dll
2 IMPORTLIB = ole32
3 IMPORTS = uuid advapi32 user32 gdi32 rpcrt4
4 EXTRADEFS = -D_OLE32_ -DCOM_NO_WINDOWS_H \
5 -DENTRY_PREFIX=OLE32_ -DPROXY_CLSID=CLSID_PSFactoryBuffer -DWINE_REGISTER_DLL
7 C_SRCS = \
8 antimoniker.c \
9 bindctx.c \
10 classmoniker.c \
11 clipboard.c \
12 comcat.c \
13 compobj.c \
14 compositemoniker.c \
15 datacache.c \
16 defaulthandler.c \
17 dictionary.c \
18 enumx.c \
19 errorinfo.c \
20 filelockbytes.c \
21 filemoniker.c \
22 ftmarshal.c \
23 git.c \
24 hglobalstream.c \
25 ifs.c \
26 itemmoniker.c \
27 marshal.c \
28 memlockbytes.c \
29 moniker.c \
30 ole2.c \
31 ole2impl.c \
32 ole2stubs.c \
33 ole32_main.c \
34 oleobj.c \
35 oleproxy.c \
36 pointermoniker.c \
37 rpc.c \
38 stg_prop.c \
39 stg_stream.c \
40 storage32.c \
41 stubmanager.c \
42 usrmarshal.c
44 RC_SRCS = ole32res.rc
46 IDL_C_SRCS = \
47 irot.idl
49 IDL_P_SRCS = \
50 dcom.idl \
51 ole32_objidl.idl \
52 ole32_oleidl.idl \
53 ole32_unknwn.idl
55 IDL_R_SRCS = \
56 dcom.idl \
57 ole32_objidl.idl \
58 ole32_oleidl.idl \
59 ole32_unknwn.idl
61 EXTRA_OBJS = dlldata.o
63 @MAKE_DLL_RULES@