2003-09-08 21:32:14 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = mshtml.dll
|
2005-05-09 16:42:30 +02:00
|
|
|
IMPORTLIB = libmshtml.$(IMPLIBEXT)
|
2005-08-22 11:25:20 +02:00
|
|
|
IMPORTS = urlmon ole32 oleaut32 user32 gdi32 advapi32 kernel32 ntdll
|
2004-08-19 21:31:20 +02:00
|
|
|
EXTRALIBS = $(LIBUNICODE) -lstrmiids -luuid
|
2003-09-08 21:32:14 +02:00
|
|
|
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
|
|
|
|
|
|
C_SRCS = \
|
2005-08-27 11:25:56 +02:00
|
|
|
hlink.c \
|
2005-03-31 12:08:02 +02:00
|
|
|
htmldoc.c \
|
2005-04-11 18:11:52 +02:00
|
|
|
main.c \
|
2005-08-01 12:59:45 +02:00
|
|
|
nsembed.c \
|
2005-04-12 13:57:51 +02:00
|
|
|
oleobj.c \
|
2005-06-28 12:53:42 +02:00
|
|
|
olewnd.c \
|
2005-04-13 16:41:19 +02:00
|
|
|
persist.c \
|
2005-06-27 11:50:56 +02:00
|
|
|
protocol.c \
|
2005-07-03 13:22:23 +02:00
|
|
|
service.c \
|
2005-04-13 16:41:19 +02:00
|
|
|
view.c
|
2003-09-08 21:32:14 +02:00
|
|
|
|
2005-06-25 19:58:35 +02:00
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
|
2005-08-01 12:59:45 +02:00
|
|
|
IDL_SRCS = nsiface.idl
|
|
|
|
|
2005-06-27 13:19:49 +02:00
|
|
|
SUBDIRS = tests
|
|
|
|
|
2003-09-08 21:32:14 +02:00
|
|
|
@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
|
|
|
|
2003-09-08 21:32:14 +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)
|