Sweden-Number/dlls/winhttp/Makefile.in

22 lines
317 B
Makefile

MODULE = winhttp.dll
IMPORTLIB = winhttp
IMPORTS = uuid shlwapi
DELAYIMPORTS = crypt32 advapi32
EXTRALIBS = @SOCKETLIBS@
C_SRCS = \
cookie.c \
handle.c \
main.c \
net.c \
request.c \
session.c \
url.c
IDL_TLB_SRCS = winhttp_tlb.idl
IDL_R_SRCS = winhttp_tlb.idl
RC_SRCS = version.rc
@MAKE_DLL_RULES@