Sweden-Number/dlls/mshtml/tests/Makefile.in

20 lines
320 B
Makefile
Raw Normal View History

2005-06-27 13:19:49 +02:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = mshtml.dll
IMPORTS = ole32 oleaut32 wininet user32 urlmon gdi32 advapi32 kernel32
2005-06-27 13:19:49 +02:00
C_SRCS = \
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 \
htmllocation.c \
misc.c \
protocol.c \
script.c
2005-06-27 13:19:49 +02:00
RC_SRCS = rsrc.rc
2005-06-27 13:19:49 +02:00
@MAKE_TEST_RULES@