wscript: Implemented Host_get_Path.
[wine.git] / dlls / winhttp / Makefile.in
blob090c4ca29ef9afe6b212eb4d5747c7a2e9c81406
1 MODULE = winhttp.dll
2 IMPORTLIB = winhttp
3 IMPORTS = uuid shlwapi
4 DELAYIMPORTS = oleaut32 crypt32 advapi32
5 EXTRALIBS = @SOCKETLIBS@
7 C_SRCS = \
8 cookie.c \
9 handle.c \
10 main.c \
11 net.c \
12 request.c \
13 session.c \
14 url.c
16 IDL_TLB_SRCS = winhttp_tlb.idl
17 IDL_R_SRCS = winhttp_tlb.idl
19 RC_SRCS = version.rc
21 @MAKE_DLL_RULES@