Implemented GetHGlobalFromStream.
[wine] / ole / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = ole
7
8 C_SRCS = \
9         antimoniker.c \
10         bindctx.c \
11         compobj.c \
12         compositemoniker.c \
13         datacache.c \
14         defaulthandler.c \
15         filemoniker.c \
16         guid.c \
17         hglobalstream.c \
18         ifs.c \
19         itemmoniker.c \
20         memlockbytes.c \
21         moniker.c \
22         ole2.c \
23         ole2disp.c \
24         ole2nls.c \
25         ole2stubs.c \
26         olecli.c \
27         oledlg.c \
28         olefont.c \
29         oleobj.c \
30         olesvr.c \
31         parsedt.c \
32         safearray.c \
33         stg_bigblockfile.c \
34         stg_stream.c \
35         storage.c \
36         storage32.c \
37         typelib.c \
38         variant.c
39
40 all: $(MODULE).o
41
42 @MAKE_RULES@
43
44 ### Dependencies: