Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian machines.
[wine] / dlls / ole32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = ole32
6 ALTNAMES  = ole2 ole2nls ole2conv ole2prox ole2thk storage compobj
7 EXTRALIBS = $(LIBUUID)
8
9 LDDLLFLAGS = @LDDLLFLAGS@
10 SYMBOLFILE = $(MODULE).tmp.o
11
12 C_SRCS = \
13         antimoniker.c \
14         bindctx.c \
15         clipboard.c \
16         compobj.c \
17         compositemoniker.c \
18         datacache.c \
19         defaulthandler.c \
20         errorinfo.c \
21         filemoniker.c \
22         hglobalstream.c \
23         ifs.c \
24         itemmoniker.c \
25         memlockbytes.c \
26         moniker.c \
27         ole2.c \
28         ole2stubs.c \
29         ole2impl.c \
30         ole2nls.c \
31         ole32_main.c \
32         oleobj.c \
33         stg_bigblockfile.c \
34         stg_stream.c \
35         storage.c \
36         storage32.c
37
38 RC_SRCS = \
39         ole32res.rc
40
41 @MAKE_DLL_RULES@
42
43 ### Dependencies:
44