wine-wine/dlls/mshtml/Makefile.in

75 lines
1.1 KiB
Makefile
Raw Permalink 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 14:59:39 +00: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 05:48:59 +00:00
mutation.c \
2006-02-13 12:26:00 +00:00
navigate.c \
npplugin.c \
nsembed.c \
nsevents.c \
2006-02-09 11:17:08 +00:00
nsio.c \
2007-01-31 21:34:35 +00: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
nsembed_EXTRADEFS = -DINSTALL_DATADIR="\"${datadir}\""
2011-11-30 17:13:08 +00:00
RC_SRCS = mshtml.rc
2005-06-25 17:58:35 +00:00
IDL_SRCS = \
mshtml_classes.idl \
nsiface.idl