Makefile.in 94 Bytes
Newer Older
1 2 3
MODULE    = xmllite.dll

C_SRCS = \
4
	reader.c \
5
	writer.c \
6 7 8
	xmllite_main.c

@MAKE_DLL_RULES@