2009-04-20 21:22:15 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = xmllite.dll
|
|
|
|
IMPORTS = kernel32
|
|
|
|
|
|
|
|
C_SRCS = \
|
2010-01-18 22:05:53 +01:00
|
|
|
reader.c \
|
2009-04-20 21:22:15 +02:00
|
|
|
xmllite_main.c
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|