mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02:00
16 lines
265 B
Makefile
16 lines
265 B
Makefile
TESTDLL = mshtml.dll
|
|
IMPORTS = ole32 oleaut32 shlwapi wininet user32 urlmon gdi32 advapi32
|
|
|
|
SOURCES = \
|
|
activex.c \
|
|
dom.c \
|
|
events.c \
|
|
htmldoc.c \
|
|
htmllocation.c \
|
|
misc.c \
|
|
protocol.c \
|
|
rsrc.rc \
|
|
script.c \
|
|
style.c \
|
|
test_tlb.idl \
|
|
xmlhttprequest.c
|