mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
15 lines
246 B
Makefile
15 lines
246 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = mshtml.dll
|
|
IMPORTS = ole32 user32 urlmon kernel32
|
|
EXTRALIBS = -luuid
|
|
|
|
CTESTS = \
|
|
htmldoc.c \
|
|
protocol.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|