Makefile.in 110 Bytes
Newer Older
1 2 3 4
TESTDLL   = webservices.dll
IMPORTS   = webservices

C_SRCS = \
5
	channel.c \
6
	proxy.c \
7 8
	reader.c \
	writer.c