MODULE    = mshtml.dll
IMPORTLIB = mshtml
IMPORTS   = strmiids uuid urlmon shlwapi shell32 ole32 oleaut32 user32 gdi32 advapi32
DELAYIMPORTS = wininet inetcomm

EXTRADLLFLAGS = -mno-cygwin

C_SRCS = \
	conpoint.c \
	dispex.c \
	editor.c \
	htmlanchor.c \
	htmlarea.c \
	htmlattr.c \
	htmlbody.c \
	htmlcomment.c \
	htmlcurstyle.c \
	htmldoc.c \
	htmlelem.c \
	htmlelemcol.c \
	htmlevent.c \
	htmlform.c \
	htmlframe.c \
	htmlgeneric.c \
	htmlhead.c \
	htmlimg.c \
	htmlinput.c \
	htmllink.c \
	htmllocation.c \
	htmlnode.c \
	htmlobject.c \
	htmlscript.c \
	htmlselect.c \
	htmlstorage.c \
	htmlstyle.c \
	htmlstyleelem.c \
	htmlstylesheet.c \
	htmltable.c \
	htmltextarea.c \
	htmltextnode.c \
	htmlwindow.c \
	ifacewrap.c \
	loadopts.c \
	main.c \
	mutation.c \
	navigate.c \
	npplugin.c \
	nsembed.c \
	nsevents.c \
	nsio.c \
	nsservice.c \
	olecmd.c \
	oleobj.c \
	omnavigator.c \
	persist.c \
	pluginhost.c \
	protocol.c \
	range.c \
	script.c \
	secmgr.c \
	selection.c \
	service.c \
	svg.c \
	task.c \
	view.c \
	xmlhttprequest.c

nsembed_EXTRADEFS = -DINSTALL_DATADIR="\"${datadir}\""

RC_SRCS = mshtml.rc

IDL_SRCS = \
	mshtml_classes.idl \
	nsiface.idl