mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
79c64acc7b
This avoids trouble with the broken MingW libraries when cross-compiling the tests.
17 lines
333 B
Makefile
17 lines
333 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = mshtml.dll
|
|
IMPORTS = ole32 oleaut32 user32 urlmon advapi32 kernel32
|
|
|
|
CTESTS = \
|
|
dom.c \
|
|
htmldoc.c \
|
|
misc.c \
|
|
protocol.c \
|
|
script.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|