mshtml: Add tests for get_scrollLeft.
[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   = wininet kernel32
8 DELAYIMPORTS = crypt32
9
10 C_SRCS = \
11         handle.c \
12         main.c \
13         net.c \
14         request.c \
15         session.c
16
17 RC_SRCS = \
18         version.rc
19
20 @MAKE_DLL_RULES@
21
22 @DEPENDENCIES@  # everything below this line is overwritten by make depend