mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 10:43:55 +02:00
13 lines
196 B
Makefile
13 lines
196 B
Makefile
TESTDLL = msxml3.dll
|
|
IMPORTS = oleaut32 ole32 user32 shlwapi
|
|
|
|
SOURCES = \
|
|
domdoc.c \
|
|
httpreq.c \
|
|
rsrc.rc \
|
|
saxreader.c \
|
|
schema.c \
|
|
xmldoc.c \
|
|
xmlparser.c \
|
|
xmlparser.idl \
|
|
xmlview.c
|