mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
20 lines
294 B
Makefile
20 lines
294 B
Makefile
MODULE = winhttp.dll
|
|
IMPORTLIB = winhttp
|
|
IMPORTS = uuid user32 advapi32
|
|
DELAYIMPORTS = oleaut32 crypt32
|
|
EXTRALIBS = @SOCKETLIBS@
|
|
|
|
C_SRCS = \
|
|
cookie.c \
|
|
handle.c \
|
|
main.c \
|
|
net.c \
|
|
request.c \
|
|
session.c \
|
|
url.c
|
|
|
|
IDL_TLB_SRCS = winhttp_tlb.idl
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|