winhttp: Reimplement WinHttpCrackUrl.
[wine] / dlls / winhttp / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = winhttp.dll
6 IMPORTLIB = winhttp
7 IMPORTS   = shlwapi kernel32
8 DELAYIMPORTS = crypt32
9
10 C_SRCS = \
11         cookie.c \
12         handle.c \
13         main.c \
14         net.c \
15         request.c \
16         session.c \
17         url.c
18
19 RC_SRCS = \
20         version.rc
21
22 @MAKE_DLL_RULES@
23
24 @DEPENDENCIES@  # everything below this line is overwritten by make depend