projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winhttp: Implement WinHttpQueryHeaders(WINHTTP_QUERY_RAW_HEADERS).
[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
9
C_SRCS = \
10
handle.c \
11
main.c \
12
net.c \
13
request.c \
14
session.c
15
16
@MAKE_DLL_RULES@
17
18
@DEPENDENCIES@ # everything below this line is overwritten by make depend