Moved imports specification from the .spec into the Makefile so that
[wine] / dlls / ole32 / Makefile.in
1 EXTRADEFS = -D_OLE32_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = ole32.dll
7 IMPORTS   = advapi32.dll user32.dll gdi32.dll rpcrt4.dll kernel32.dll ntdll.dll
8 ALTNAMES  = ole2.dll ole2nls.dll ole2conv.dll ole2prox.dll ole2thk.dll storage.dll compobj.dll
9 EXTRALIBS = $(LIBUUID)
10
11 LDDLLFLAGS = @LDDLLFLAGS@
12 SYMBOLFILE = $(MODULE).tmp.o
13
14 C_SRCS = \
15         antimoniker.c \
16         bindctx.c \
17         clipboard.c \
18         compobj.c \
19         compositemoniker.c \
20         datacache.c \
21         defaulthandler.c \
22         errorinfo.c \
23         filemoniker.c \
24         hglobalstream.c \
25         ifs.c \
26         itemmoniker.c \
27         marshal.c \
28         memlockbytes.c \
29         moniker.c \
30         ole2.c \
31         ole2stubs.c \
32         ole2impl.c \
33         ole2nls.c \
34         ole32_main.c \
35         oleobj.c \
36         oleproxy.c \
37         rpc.c \
38         stg_bigblockfile.c \
39         stg_stream.c \
40         storage.c \
41         storage32.c
42
43 RC_SRCS = \
44         ole32res.rc
45
46 @MAKE_DLL_RULES@
47
48 ### Dependencies:
49