msxml3: Suppress IID_IRunnableObject FIXME since its not supported.
[wine.git] / dlls / itss / Makefile.in
blobec0bd9aa05b60d7d374c3901aa0d720a84c122f3
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = itss.dll
6 IMPORTS = urlmon shlwapi ole32 kernel32
7 EXTRALIBS = -luuid
8 EXTRADEFS = -DCOM_NO_WINDOWS_H
10 C_SRCS = \
11 chm_lib.c \
12 lzx.c \
13 itss.c \
14 moniker.c \
15 protocol.c \
16 storage.c
18 RC_SRCS = rsrc.rc
20 @MAKE_DLL_RULES@
22 @DEPENDENCIES@ # everything below this line is overwritten by make depend