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

4 5
EXTRADLLFLAGS = -mno-cygwin

6
C_SRCS = \
7
	reader.c \
8
	writer.c