mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
10 lines
137 B
Makefile
10 lines
137 B
Makefile
TESTDLL = msxml3.dll
|
|
IMPORTS = oleaut32 ole32 user32
|
|
|
|
C_SRCS = \
|
|
domdoc.c \
|
|
saxreader.c \
|
|
schema.c \
|
|
xmldoc.c
|
|
|
|
@MAKE_TEST_RULES@
|