Makefile.in 264 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 MODULE = webservices.dll IMPORTLIB = webservices IMPORTS = winhttp rpcrt4 user32 ws2_32 EXTRADLLFLAGS = -mno-cygwin C_SRCS = \ channel.c \ error.c \ heap.c \ listener.c \ msg.c \ proxy.c \ reader.c \ string.c \ url.c \ writer.c RC_SRCS = rsrc.rc