Sweden-Number/dlls/mshtml/Makefile.in

50 lines
822 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 = $(LIBUNICODE) -lstrmiids -luuid
EXTRADEFS = -DCOM_NO_WINDOWS_H
C_SRCS = \
conpoint.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 \
htmltextcont.c \
htmltextarea.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\
oleobj.c \
olewnd.c \
persist.c \
protocol.c \
service.c \
view.c
2005-06-25 19:58:35 +02:00
RC_SRCS = rsrc.rc
IDL_SRCS = nsiface.idl
2005-06-27 13:19:49 +02:00
SUBDIRS = tests
@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:
2005-08-01 16:52:37 +02:00
# note: this will get overwritten by make depend
$(ALL_OBJS): $(IDL_SRCS:.idl=.h)