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