Sweden-Number/dlls/mshtml/Makefile.in

73 lines
1.1 KiB
Makefile
Raw Normal View History

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 \
2015-08-04 16:59:39 +02:00
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 \
2008-12-30 06:48:59 +01:00
mutation.c \
2006-02-13 13:26:00 +01:00
navigate.c \
npplugin.c \
nsembed.c \
nsevents.c \
2006-02-09 12:17:08 +01:00
nsio.c \
2007-01-31 22:34:35 +01:00
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
2011-11-30 18:13:08 +01:00
RC_SRCS = mshtml.rc
2005-06-25 19:58:35 +02:00
IDL_SRCS = \
mshtml_classes.idl \
nsiface.idl