Sweden-Number/dlls/winhttp/Makefile.in

20 lines
257 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
RC_SRCS = \
version.rc
@MAKE_DLL_RULES@