Sweden-Number/dlls/webservices/Makefile.in

13 lines
164 B
Makefile
Raw Normal View History

2013-02-21 03:53:44 +01:00
MODULE = webservices.dll
IMPORTLIB = webservices
IMPORTS = rpcrt4 user32
2013-02-21 03:53:44 +01:00
C_SRCS = \
channel.c \
main.c \
msg.c \
proxy.c \
reader.c \
url.c \
writer.c