winepulse v18: Latency and compilation improvements
[wine/multimedia.git] / dlls / winhttp / Makefile.in
blob130971e70b55882260d3066ceb93fe95449b9df5
1 MODULE = winhttp.dll
2 IMPORTLIB = winhttp
3 IMPORTS = uuid user32 advapi32
4 DELAYIMPORTS = oleaut32 ole32 crypt32
5 EXTRALIBS = @SOCKETLIBS@
6 EXTRADEFS = -DWIDL_C_INLINE_WRAPPERS
8 C_SRCS = \
9 cookie.c \
10 handle.c \
11 main.c \
12 net.c \
13 request.c \
14 session.c \
15 url.c
17 IDL_TLB_SRCS = winhttp_tlb.idl
19 RC_SRCS = rsrc.rc
21 @MAKE_DLL_RULES@