push ab8f8bd6525a0f7af95fd0a2a63931cd3569f61f
[wine/hacks.git] / dlls / winhttp / Makefile.in
blob5617a1dc80db8b67854c14e24a294a4cb29c74e7
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 handle.c \
12 main.c \
13 net.c \
14 request.c \
15 session.c
17 RC_SRCS = \
18 version.rc
20 @MAKE_DLL_RULES@
22 @DEPENDENCIES@ # everything below this line is overwritten by make depend