Changes of picasa-wine-2.2.2820-5 except to configure
[wine/hacks.git] / dlls / mshtml / Makefile.in
bloba72f7270fd1f13fb602570f181cdd3839baf053b
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = mshtml.dll
6 IMPORTLIB = libmshtml.$(IMPLIBEXT)
7 IMPORTS = urlmon ole32 oleaut32 user32 gdi32 advapi32 kernel32 ntdll
8 DELAYIMPORTS = wininet
9 EXTRALIBS = $(LIBUNICODE) -lstrmiids -luuid
10 EXTRADEFS = -DCOM_NO_WINDOWS_H
12 C_SRCS = \
13 hlink.c \
14 htmlbody.c \
15 htmldoc.c \
16 htmldoc3.c \
17 htmlelem.c \
18 htmlelem2.c \
19 htmlinput.c \
20 htmlnode.c \
21 htmlselect.c \
22 htmltextarea.c \
23 main.c \
24 navigate.c \
25 nsembed.c \
26 nsio.c \
27 nsservice.c\
28 oleobj.c \
29 olewnd.c \
30 persist.c \
31 protocol.c \
32 service.c \
33 view.c
35 RC_SRCS = rsrc.rc
37 IDL_SRCS = nsiface.idl
39 SUBDIRS = tests
41 @MAKE_DLL_RULES@
43 rsrc.res: mshtml.inf blank.htm
45 ### Dependencies:
47 # note: this will get overwritten by make depend
48 $(ALL_OBJS): $(IDL_SRCS:.idl=.h)