msi: Free the column info data when updating the table column info.
[wine] / dlls / shdocvw / Makefile.in
1 EXTRADEFS = -D_SHDOCVW_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = shdocvw.dll
7 IMPORTLIB = shdocvw
8 IMPORTS   = uuid shell32 shlwapi user32 gdi32 advapi32 kernel32
9 DELAYIMPORTS = version urlmon ole32 oleaut32
10
11 C_SRCS = \
12         classinfo.c \
13         client.c \
14         dochost.c \
15         events.c \
16         factory.c \
17         frame.c \
18         ie.c \
19         iexplore.c \
20         intshcut.c \
21         navigate.c \
22         oleobject.c \
23         persist.c \
24         shdocvw_main.c \
25         shlinstobj.c \
26         taskbarlist.c \
27         urlhist.c \
28         view.c \
29         webbrowser.c
30
31 RC_SRCS = shdocvw.rc
32 IDL_TLB_SRCS = shdocvw_v1.idl
33
34 @MAKE_DLL_RULES@
35
36 @DEPENDENCIES@  # everything below this line is overwritten by make depend