kernel32/tests: Add a test to check some fields in fake dlls.
[wine.git] / dlls / ole32 / Makefile.in
blob28abcc964b50c4a6fe782791a3f3e7ce6662e06d
1 MODULE = ole32.dll
2 IMPORTLIB = ole32
3 IMPORTS = uuid advapi32 user32 gdi32 rpcrt4
4 DELAYIMPORTS = oleaut32
5 EXTRADEFS = -D_OLE32_
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_SRCS = \
47 dcom.idl \
48 irot.idl \
49 ole32_objidl.idl \
50 ole32_oleidl.idl \
51 ole32_unknwn.idl
53 dlldata_EXTRADEFS = -DENTRY_PREFIX=OLE32_ -DPROXY_CLSID=CLSID_PSFactoryBuffer -DWINE_REGISTER_DLL
55 SVG_SRCS = \
56 drag_copy.svg \
57 drag_link.svg \
58 drag_move.svg \
59 nodrop.svg