Makefile.in 157 Bytes
MODULE    = webservices.dll
IMPORTLIB = webservices
IMPORTS   = user32

C_SRCS = \
	channel.c \
	main.c \
	msg.c \
	proxy.c \
	reader.c \
	url.c \
	writer.c