wldap32: Added Portuguese translation.
[wine/wine64.git] / dlls / ole32 / Makefile.in
blobe82b2ad29f5ec74f3dbafee36215dfe45eb06fd4
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 = uuid advapi32 user32 gdi32 rpcrt4 kernel32 ntdll
10 C_SRCS = \
11 antimoniker.c \
12 bindctx.c \
13 classmoniker.c \
14 clipboard.c \
15 comcat.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_C_SRCS = \
69 irot.idl
71 IDL_P_SRCS = \
72 dcom.idl \
73 ole32_objidl.idl \
74 ole32_oleidl.idl \
75 ole32_unknwn.idl
77 @MAKE_DLL_RULES@
79 ole2nls.spec.o: ole2nls.spec version16.res
80 $(WINEBUILD) $(WINEBUILDFLAGS) --dll -o $@ --dll-name ole2nls --main-module $(MODULE) --res version16.res --export $(SRCDIR)/ole2nls.spec
82 version16.res: version16.rc
83 $(LDPATH) $(RC16) $(RC16FLAGS) -fo$@ $(SRCDIR)/version16.rc
85 @DEPENDENCIES@ # everything below this line is overwritten by make depend