repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mshtml: IHTMLDocument2 iface handling clean up.
[wine.git]
/
dlls
/
winhttp
/
Makefile.in
blob
ef080a0db6ece7aa5b38e0ef9fb76ea8616d097d
1
MODULE
=
winhttp.dll
2
IMPORTLIB
=
winhttp
3
IMPORTS
=
shlwapi
4
DELAYIMPORTS
=
crypt32 advapi32
5
EXTRALIBS
=
@SOCKETLIBS@
6
7
C_SRCS
=
\
8
cookie.c \
9
handle.c \
10
main.c \
11
net.c \
12
request.c \
13
session.c \
14
url.c
15
16
RC_SRCS
=
\
17
version.rc
18
19
@MAKE_DLL_RULES@