Sweden-Number/dlls/mshtml/Makefile.in

54 lines
892 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = mshtml.dll
IMPORTLIB = libmshtml.$(IMPLIBEXT)
IMPORTS = urlmon ole32 oleaut32 user32 gdi32 advapi32 kernel32 ntdll
EXTRALIBS = -lstrmiids -luuid
EXTRADEFS = -DCOM_NO_WINDOWS_H
C_SRCS = \
conpoint.c \
editor.c \
2005-08-27 11:25:56 +02:00
hlink.c \
htmlbody.c \
htmldoc.c \
htmldoc3.c \
htmlelem.c \
htmlelem2.c \
htmlinput.c \
htmlnode.c \
htmlselect.c \
htmlstyle.c \
htmlstylesheet.c \
htmltextcont.c \
htmltextarea.c \
2006-06-14 22:35:13 +02:00
install.c \
loadopts.c \
main.c \
2006-02-13 13:26:00 +01:00
navigate.c \
nsembed.c \
2006-02-09 12:17:08 +01:00
nsio.c \
nsservice.c\
olecmd.c \
oleobj.c \
olewnd.c \
persist.c \
protocol.c \
selection.c \
service.c \
task.c \
txtrange.c \
view.c
2005-06-25 19:58:35 +02:00
RC_SRCS = rsrc.rc
IDL_H_SRCS = nsiface.idl
@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
@DEPENDENCIES@ # everything below this line is overwritten by make depend