mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
16 lines
247 B
Makefile
16 lines
247 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = msxml3.dll
|
|
IMPORTS = oleaut32 ole32 user32 kernel32
|
|
|
|
C_SRCS = \
|
|
domdoc.c \
|
|
saxreader.c \
|
|
schema.c \
|
|
xmldoc.c \
|
|
xmlelem.c
|
|
|
|
@MAKE_TEST_RULES@
|