mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
17 lines
247 B
Makefile
17 lines
247 B
Makefile
TESTDLL = mshtml.dll
|
|
IMPORTS = ole32 oleaut32 wininet user32 urlmon gdi32 advapi32
|
|
|
|
C_SRCS = \
|
|
activex.c \
|
|
dom.c \
|
|
events.c \
|
|
htmldoc.c \
|
|
htmllocation.c \
|
|
misc.c \
|
|
protocol.c \
|
|
script.c \
|
|
style.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_TEST_RULES@
|