2003-09-08 19:32:14 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = mshtml.dll
|
2005-05-09 14:42:30 +00:00
|
|
|
IMPORTLIB = libmshtml.$(IMPLIBEXT)
|
2005-07-18 09:13:32 +00:00
|
|
|
IMPORTS = ole32 user32 gdi32 advapi32 kernel32 ntdll
|
2004-08-19 19:31:20 +00:00
|
|
|
EXTRALIBS = $(LIBUNICODE) -lstrmiids -luuid
|
2003-09-08 19:32:14 +00:00
|
|
|
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
|
|
|
|
|
|
C_SRCS = \
|
2005-03-31 10:08:02 +00:00
|
|
|
htmldoc.c \
|
2005-04-11 16:11:52 +00:00
|
|
|
main.c \
|
2005-08-01 10:59:45 +00:00
|
|
|
nsembed.c \
|
2005-04-12 11:57:51 +00:00
|
|
|
oleobj.c \
|
2005-06-28 10:53:42 +00:00
|
|
|
olewnd.c \
|
2005-04-13 14:41:19 +00:00
|
|
|
persist.c \
|
2005-06-27 09:50:56 +00:00
|
|
|
protocol.c \
|
2005-07-03 11:22:23 +00:00
|
|
|
service.c \
|
2005-04-13 14:41:19 +00:00
|
|
|
view.c
|
2003-09-08 19:32:14 +00:00
|
|
|
|
2005-06-25 17:58:35 +00:00
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
|
2005-08-01 10:59:45 +00:00
|
|
|
IDL_SRCS = nsiface.idl
|
|
|
|
|
2005-06-27 11:19:49 +00:00
|
|
|
SUBDIRS = tests
|
|
|
|
|
2003-09-08 19:32:14 +00:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2005-06-27 19:48:04 +00:00
|
|
|
rsrc.res: mshtml.inf blank.htm
|
2005-06-25 17:58:35 +00:00
|
|
|
|
2003-09-08 19:32:14 +00:00
|
|
|
### Dependencies:
|
2005-08-01 14:52:37 +00:00
|
|
|
|
|
|
|
# note: this will get overwritten by make depend
|
|
|
|
$(ALL_OBJS): $(IDL_SRCS:.idl=.h)
|