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