2003-09-08 21:32:14 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = mshtml.dll
|
2005-05-09 16:42:30 +02:00
|
|
|
IMPORTLIB = libmshtml.$(IMPLIBEXT)
|
2005-08-22 11:25:20 +02:00
|
|
|
IMPORTS = urlmon ole32 oleaut32 user32 gdi32 advapi32 kernel32 ntdll
|
2006-07-11 19:33:22 +02:00
|
|
|
EXTRALIBS = -lstrmiids -luuid
|
2006-10-05 23:50:39 +02:00
|
|
|
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
2003-09-08 21:32:14 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2006-04-28 19:59:58 +02:00
|
|
|
conpoint.c \
|
2006-11-24 10:17:54 +01:00
|
|
|
editor.c \
|
2005-08-27 11:25:56 +02:00
|
|
|
hlink.c \
|
2006-03-09 00:20:19 +01:00
|
|
|
htmlbody.c \
|
2005-03-31 12:08:02 +02:00
|
|
|
htmldoc.c \
|
2005-12-12 11:51:43 +01:00
|
|
|
htmldoc3.c \
|
2006-03-05 20:39:59 +01:00
|
|
|
htmlelem.c \
|
2006-03-23 21:38:38 +01:00
|
|
|
htmlelem2.c \
|
2006-03-06 22:35:56 +01:00
|
|
|
htmlinput.c \
|
2006-03-05 20:38:30 +01:00
|
|
|
htmlnode.c \
|
2006-03-06 22:37:10 +01:00
|
|
|
htmlselect.c \
|
2006-11-17 13:04:06 +01:00
|
|
|
htmlstyle.c \
|
2006-11-17 13:08:09 +01:00
|
|
|
htmlstylesheet.c \
|
2006-04-28 19:57:28 +02:00
|
|
|
htmltextcont.c \
|
2006-03-06 22:38:02 +01:00
|
|
|
htmltextarea.c \
|
2006-06-14 22:35:13 +02:00
|
|
|
install.c \
|
2006-06-22 16:14:14 +02:00
|
|
|
loadopts.c \
|
2005-04-11 18:11:52 +02:00
|
|
|
main.c \
|
2006-02-13 13:26:00 +01:00
|
|
|
navigate.c \
|
2005-08-01 12:59:45 +02:00
|
|
|
nsembed.c \
|
2006-02-09 12:17:08 +01:00
|
|
|
nsio.c \
|
2005-12-09 11:51:02 +01:00
|
|
|
nsservice.c\
|
2006-06-20 19:02:48 +02:00
|
|
|
olecmd.c \
|
2005-04-12 13:57:51 +02:00
|
|
|
oleobj.c \
|
2005-06-28 12:53:42 +02:00
|
|
|
olewnd.c \
|
2005-04-13 16:41:19 +02:00
|
|
|
persist.c \
|
2005-06-27 11:50:56 +02:00
|
|
|
protocol.c \
|
2006-07-05 22:37:39 +02:00
|
|
|
selection.c \
|
2005-07-03 13:22:23 +02:00
|
|
|
service.c \
|
2006-09-24 23:10:38 +02:00
|
|
|
task.c \
|
2006-07-05 22:38:15 +02:00
|
|
|
txtrange.c \
|
2005-04-13 16:41:19 +02:00
|
|
|
view.c
|
2003-09-08 21:32:14 +02:00
|
|
|
|
2005-06-25 19:58:35 +02:00
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
|
2006-10-16 17:20:37 +02:00
|
|
|
IDL_H_SRCS = nsiface.idl
|
2005-08-01 12:59:45 +02:00
|
|
|
|
2003-09-08 21:32:14 +02:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2005-06-27 21:48:04 +02:00
|
|
|
rsrc.res: mshtml.inf blank.htm
|
2005-06-25 19:58:35 +02:00
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|