projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winhttp: Implement WinHttpSetDefaultProxyConfiguration.
[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 = shlwapi kernel32
8
DELAYIMPORTS = crypt32 advapi32
9
EXTRALIBS = @SOCKETLIBS@
10
11
C_SRCS = \
12
cookie.c \
13
handle.c \
14
main.c \
15
net.c \
16
request.c \
17
session.c \
18
url.c
19
20
RC_SRCS = \
21
version.rc
22
23
@MAKE_DLL_RULES@
24
25
@DEPENDENCIES@ # everything below this line is overwritten by make depend