projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winhttp: Implement WINHTTP_OPTION_SERVER_CERT_CONTEXT.
[wine]
/
dlls
/
winhttp
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = winhttp.dll
6
IMPORTLIB = winhttp
7
IMPORTS = wininet kernel32
8
DELAYIMPORTS = crypt32
9
10
C_SRCS = \
11
handle.c \
12
main.c \
13
net.c \
14
request.c \
15
session.c
16
17
@MAKE_DLL_RULES@
18
19
@DEPENDENCIES@ # everything below this line is overwritten by make depend