mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
22 lines
396 B
Makefile
22 lines
396 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = mshtml.dll
|
|
IMPORTS = ole32 oleaut32 wininet user32 urlmon gdi32 advapi32 kernel32
|
|
|
|
CTESTS = \
|
|
dom.c \
|
|
events.c \
|
|
htmldoc.c \
|
|
htmllocation.c \
|
|
misc.c \
|
|
protocol.c \
|
|
script.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|