Sweden-Number/dlls/msxml3/tests/Makefile.in

16 lines
238 B
Makefile
Raw Normal View History

2005-08-12 13:25:05 +02:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = msxml3.dll
IMPORTS = oleaut32 ole32 user32
2005-08-12 13:25:05 +02:00
C_SRCS = \
2007-02-27 13:32:02 +01:00
domdoc.c \
2008-07-08 20:53:43 +02:00
saxreader.c \
schema.c \
2007-05-24 20:23:10 +02:00
xmldoc.c \
xmlelem.c
2005-08-12 13:25:05 +02:00
@MAKE_TEST_RULES@