explorerframe: Handle some mouse events.
[wine/testsucceed.git] / dlls / ole32 / Makefile.in
blob40a2da6a3c473ee13e9e921027dbb4030e21562f
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = ole32.dll
6 IMPORTLIB = ole32
7 IMPORTS = uuid advapi32 user32 gdi32 rpcrt4
8 EXTRADEFS = -D_OLE32_ -DCOM_NO_WINDOWS_H \
9 -DENTRY_PREFIX=OLE32_ -DPROXY_CLSID=CLSID_PSFactoryBuffer -DREGISTER_PROXY_DLL
11 C_SRCS = \
12 antimoniker.c \
13 bindctx.c \
14 classmoniker.c \
15 clipboard.c \
16 comcat.c \
17 compobj.c \
18 compositemoniker.c \
19 datacache.c \
20 defaulthandler.c \
21 dictionary.c \
22 enumx.c \
23 errorinfo.c \
24 filelockbytes.c \
25 filemoniker.c \
26 ftmarshal.c \
27 git.c \
28 hglobalstream.c \
29 ifs.c \
30 itemmoniker.c \
31 marshal.c \
32 memlockbytes.c \
33 moniker.c \
34 ole2.c \
35 ole2impl.c \
36 ole2stubs.c \
37 ole32_main.c \
38 oleobj.c \
39 oleproxy.c \
40 pointermoniker.c \
41 regsvr.c \
42 rpc.c \
43 stg_prop.c \
44 stg_stream.c \
45 storage32.c \
46 stubmanager.c \
47 usrmarshal.c
49 RC_SRCS = ole32res.rc
51 IDL_C_SRCS = \
52 irot.idl
54 IDL_P_SRCS = \
55 dcom.idl \
56 ole32_objidl.idl \
57 ole32_oleidl.idl \
58 ole32_unknwn.idl
60 EXTRA_OBJS = dlldata.o
62 @MAKE_DLL_RULES@