Added rules for building import libraries in the individual dll
[wine.git] / dlls / comcat / Makefile.in
blob04067c9ce4a4d8c2b2fa3649ab4730cd8f5335aa
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = comcat.dll
6 IMPORTLIB = libcomcat.$(IMPLIBEXT)
7 IMPORTS = ole32 user32 advapi32 kernel32
8 EXTRALIBS = $(LIBUNICODE) -luuid
10 C_SRCS = \
11 comcat_main.c \
12 factory.c \
13 information.c \
14 manager.c \
15 register.c \
16 regsvr.c
18 RC_SRCS = \
19 version.rc
21 @MAKE_DLL_RULES@
23 ### Dependencies: