Makefile.in 235 Bytes
Newer Older
1 2
MODULE    = webservices.dll
IMPORTLIB = webservices
3
IMPORTS   = winhttp rpcrt4 user32 ws2_32
4 5

C_SRCS = \
6
	channel.c \
7
	error.c \
8
	heap.c \
9
	listener.c \
10
	msg.c \
11
	proxy.c \
12
	reader.c \
13
	string.c \
14
	url.c \
15
	writer.c
16 17

RC_SRCS = rsrc.rc