Sweden-Number/dlls/winhttp/Makefile.in

21 lines
297 B
Makefile
Raw Normal View History

2007-07-31 15:35:42 +02:00
MODULE = winhttp.dll
2008-06-29 02:35:48 +02:00
IMPORTLIB = winhttp
IMPORTS = uuid user32 advapi32
DELAYIMPORTS = oleaut32 ole32 crypt32
2008-12-22 17:36:18 +01:00
EXTRALIBS = @SOCKETLIBS@
2007-07-31 00:54:42 +02:00
C_SRCS = \
cookie.c \
handle.c \
main.c \
net.c \
request.c \
2008-09-23 13:32:26 +02:00
session.c \
url.c
2007-07-31 00:54:42 +02:00
IDL_TLB_SRCS = winhttp_tlb.idl
RC_SRCS = rsrc.rc
2008-09-10 12:01:26 +02:00
2007-07-31 00:54:42 +02:00
@MAKE_DLL_RULES@