mirror of
https://github.com/reactos/wine.git
synced 2025-02-13 16:59:37 +00:00
16 lines
246 B
Makefile
16 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:
|