mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 17:31:15 +00:00
11 lines
137 B
Makefile
11 lines
137 B
Makefile
TESTDLL = msxml3.dll
|
|
IMPORTS = oleaut32 ole32 user32
|
|
|
|
C_SRCS = \
|
|
domdoc.c \
|
|
saxreader.c \
|
|
schema.c \
|
|
xmldoc.c
|
|
|
|
@MAKE_TEST_RULES@
|