wine/dlls/mshtml/tests/Makefile.in

20 lines
311 B
Makefile
Raw Normal View History

2005-06-27 11:19:49 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = mshtml.dll
IMPORTS = ole32 oleaut32 wininet user32 urlmon gdi32 advapi32
2005-06-27 11:19:49 +00:00
C_SRCS = \
2007-06-24 19:09:03 +00:00
dom.c \
2009-09-06 17:06:38 +00:00
events.c \
2005-06-30 18:11:57 +00:00
htmldoc.c \
htmllocation.c \
misc.c \
protocol.c \
script.c
2005-06-27 11:19:49 +00:00
RC_SRCS = rsrc.rc
2005-06-27 11:19:49 +00:00
@MAKE_TEST_RULES@