mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 11:08:45 +00:00
120244aefe
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
17 lines
285 B
Makefile
17 lines
285 B
Makefile
MODULE = winhttp.dll
|
|
IMPORTLIB = winhttp
|
|
IMPORTS = uuid jsproxy user32 advapi32 ws2_32
|
|
DELAYIMPORTS = oleaut32 crypt32 secur32 iphlpapi dhcpcsvc
|
|
|
|
C_SRCS = \
|
|
cookie.c \
|
|
handle.c \
|
|
main.c \
|
|
net.c \
|
|
request.c \
|
|
session.c \
|
|
url.c
|
|
|
|
IDL_SRCS = winhttp_tlb.idl
|
|
|
|
RC_SRCS = rsrc.rc
|