widl: Set the default calling convention at header generation time, not at parsing...
[wine/hramrach.git] / dlls / winhttp / Makefile.in
blobf256f6685d132e8fd52775aa335e1a2d5082d3e4
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winhttp.dll
6 IMPORTLIB = winhttp
7 IMPORTS = shlwapi
8 DELAYIMPORTS = crypt32 advapi32
9 EXTRALIBS = @SOCKETLIBS@
11 C_SRCS = \
12 cookie.c \
13 handle.c \
14 main.c \
15 net.c \
16 request.c \
17 session.c \
18 url.c
20 RC_SRCS = \
21 version.rc
23 @MAKE_DLL_RULES@