2005-06-27 13:19:49 +02:00
|
|
|
TESTDLL = mshtml.dll
|
2010-07-21 13:24:34 +02:00
|
|
|
IMPORTS = ole32 oleaut32 wininet user32 urlmon gdi32 advapi32
|
2005-06-27 13:19:49 +02:00
|
|
|
|
2010-02-20 19:56:55 +01:00
|
|
|
C_SRCS = \
|
2010-11-30 15:39:02 +01:00
|
|
|
activex.c \
|
2007-06-24 21:09:03 +02:00
|
|
|
dom.c \
|
2009-09-06 19:06:38 +02:00
|
|
|
events.c \
|
2005-06-30 20:11:57 +02:00
|
|
|
htmldoc.c \
|
2009-10-14 23:33:03 +02:00
|
|
|
htmllocation.c \
|
2006-06-23 22:12:48 +02:00
|
|
|
misc.c \
|
2008-03-25 02:11:25 +01:00
|
|
|
protocol.c \
|
2011-07-20 15:34:43 +02:00
|
|
|
script.c \
|
|
|
|
style.c
|
2005-06-27 13:19:49 +02:00
|
|
|
|
2012-10-03 17:26:46 +02:00
|
|
|
IDL_TLB_SRCS = test_tlb.idl
|
|
|
|
IDL_H_SRCS = test_tlb.idl
|
|
|
|
|
2009-12-21 22:51:50 +01:00
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
|
2005-06-27 13:19:49 +02:00
|
|
|
@MAKE_TEST_RULES@
|