wined3d: Add missing check for p8 primary in surface_download_data.
[wine.git] / dlls / ole32 / Makefile.in
blobd9369d45063ce930705eb2eba0107bbb18a1d506
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 IMPORTLIB = ole32
8 IMPORTS = advapi32 user32 gdi32 rpcrt4 kernel32 ntdll
9 EXTRALIBS = -luuid
11 C_SRCS = \
12 antimoniker.c \
13 bindctx.c \
14 classmoniker.c \
15 clipboard.c \
16 compobj.c \
17 compositemoniker.c \
18 datacache.c \
19 defaulthandler.c \
20 dictionary.c \
21 enumx.c \
22 errorinfo.c \
23 filemoniker.c \
24 ftmarshal.c \
25 git.c \
26 hglobalstream.c \
27 ifs.c \
28 itemmoniker.c \
29 marshal.c \
30 memlockbytes.c \
31 moniker.c \
32 ole2.c \
33 ole2stubs.c \
34 ole2impl.c \
35 ole32_main.c \
36 oleobj.c \
37 oleproxy.c \
38 pointermoniker.c \
39 regsvr.c \
40 rpc.c \
41 stg_bigblockfile.c \
42 stg_prop.c \
43 stg_stream.c \
44 storage32.c \
45 stubmanager.c \
46 usrmarshal.c
48 C_SRCS16 = \
49 memlockbytes16.c \
50 ole16.c \
51 ole2_16.c \
52 ole2nls.c \
53 storage.c
55 SPEC_SRCS16 = \
56 compobj.spec \
57 ole2.spec \
58 ole2conv.spec \
59 ole2nls.spec \
60 ole2prox.spec \
61 ole2thk.spec \
62 storage.spec
64 RC_SRCS = ole32res.rc
66 RC_SRCS16 = version16.rc
68 IDL_H_SRCS = \
69 dcom.idl
71 IDL_C_SRCS = \
72 irot.idl
74 @MAKE_DLL_RULES@
76 ole2nls.spec.o: ole2nls.spec version16.res
77 $(WINEBUILD) $(WINEBUILDFLAGS) --dll -o $@ --dll-name ole2nls --main-module $(MODULE) --res version16.res --export $(SRCDIR)/ole2nls.spec
79 version16.res: version16.rc
80 $(LDPATH) $(RC16) $(RC16FLAGS) -fo$@ $(SRCDIR)/version16.rc
82 @DEPENDENCIES@ # everything below this line is overwritten by make depend