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