Implemented the OleCreateFontIndirect method and the associated COM
[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         bindctx.c \
10         compobj.c \
11         filemoniker.c \
12         guid.c \
13         ifs.c \
14         itemmoniker.c \
15         moniker.c \
16         ole2.c \
17         ole2disp.c \
18         ole2nls.c \
19         olecli.c \
20         oledlg.c \
21         olefont.c \
22         oleobj.c \
23         olesvr.c \
24         parsedt.c \
25         safearray.c \
26         storage.c \
27         storage32.c \
28         stg_bigblockfile.c \
29         stg_stream.c \
30         typelib.c \
31         variant.c
32
33 all: $(MODULE).o
34
35 @MAKE_RULES@
36
37 ### Dependencies: