Fixed IsEqualGUID definition.
[wine] / dlls / ole32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = ole32
6 SOVERSION = 1.0
7 ALTNAMES  = ole2 ole2nls ole2conv ole2prox ole2thk storage compobj
8 IMPORTS   = advapi32 user32 gdi32 rpcrt4 kernel32
9
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         hglobalstream.c \
21         ifs.c \
22         itemmoniker.c \
23         memlockbytes.c \
24         moniker.c \
25         ole2.c \
26         ole2stubs.c \
27         ole2impl.c \
28         ole2nls.c \
29         oleobj.c \
30         stg_bigblockfile.c \
31         stg_stream.c \
32         storage.c \
33         storage32.c
34
35 @MAKE_DLL_RULES@
36
37 ### Dependencies:
38