mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
16 lines
302 B
Makefile
16 lines
302 B
Makefile
EXTRADEFS = -D_WINHTTP_INTERNAL_
|
|
MODULE = winhttp.dll
|
|
IMPORTLIB = winhttp
|
|
IMPORTS = uuid jsproxy user32 advapi32 ws2_32
|
|
DELAYIMPORTS = oleaut32 crypt32 secur32 iphlpapi dhcpcsvc
|
|
|
|
SOURCES = \
|
|
cookie.c \
|
|
handle.c \
|
|
main.c \
|
|
net.c \
|
|
request.c \
|
|
rsrc.rc \
|
|
session.c \
|
|
url.c \
|
|
winhttp_tlb.idl
|