Add support for HCBT_SYSCOMMAND hook, add logging for HCBT_SYSCOMMAND
[wine.git] / dlls / ole32 / Makefile.in
blobc277fa9a7b8e2c34f1c6b78ee2c521d482b5d20e
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
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 errorinfo.c \
19 filemoniker.c \
20 ftmarshal.c \
21 git.c \
22 hglobalstream.c \
23 ifs.c \
24 itemmoniker.c \
25 marshal.c \
26 memlockbytes.c \
27 moniker.c \
28 ole2.c \
29 ole2stubs.c \
30 ole2impl.c \
31 ole32_main.c \
32 oleobj.c \
33 oleproxy.c \
34 regsvr.c \
35 rpc.c \
36 stg_bigblockfile.c \
37 stg_stream.c \
38 storage32.c
40 C_SRCS16 = \
41 memlockbytes16.c \
42 ole16.c \
43 ole2_16.c \
44 ole2nls.c \
45 storage.c
47 SPEC_SRCS16 = \
48 compobj.spec \
49 ole2.spec \
50 ole2conv.spec \
51 ole2nls.spec \
52 ole2prox.spec \
53 ole2thk.spec \
54 storage.spec
56 RC_SRCS = ole32res.rc version.rc
57 RC_BINSRC = ole32res.rc
58 RC_BINARIES = \
59 drag_copy.cur \
60 drag_link.cur \
61 drag_move.cur \
62 nodrop.cur
64 IDL_SRCS = \
65 dcom.idl
67 SUBDIRS = tests
69 @MAKE_DLL_RULES@
71 .SUFFIXES: .idl .h
73 .idl.h:
74 $(WIDL) $(IDLFLAGS) -b -h -H $@ $<
76 idl: $(IDL_SRCS:.idl=.h)
78 ### Dependencies: