msxml3: Suppress IID_IRunnableObject FIXME since its not supported.
[wine.git] / dlls / comcat / Makefile.in
blob2eeee6303d28c03b383d2074b09b2249f7be8afb
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = comcat.dll
6 IMPORTS = ole32 user32 advapi32 kernel32
7 EXTRALIBS = -luuid
9 C_SRCS = \
10 comcat_main.c \
11 factory.c \
12 information.c \
13 manager.c \
14 register.c \
15 regsvr.c
17 RC_SRCS = \
18 version.rc
20 @MAKE_DLL_RULES@
22 @DEPENDENCIES@ # everything below this line is overwritten by make depend