Added rules for building import libraries in the individual dll
[wine] / dlls / mshtml / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = mshtml.dll
6 IMPORTLIB = libmshtml.$(IMPLIBEXT)
7 IMPORTS   = user32 gdi32 advapi32 kernel32 ntdll
8 EXTRALIBS = $(LIBUNICODE) -lstrmiids -luuid
9 EXTRADEFS = -DCOM_NO_WINDOWS_H
10
11 C_SRCS = \
12         htmldoc.c \
13         main.c \
14         oleobj.c \
15         persist.c \
16         view.c
17
18 @MAKE_DLL_RULES@
19
20 ### Dependencies: