repo.or.cz
/
wine
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
widl: Set the default calling convention at header generation time, not at parsing...
[wine/hramrach.git]
/
dlls
/
winhttp
/
Makefile.in
blob
f256f6685d132e8fd52775aa335e1a2d5082d3e4
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
winhttp.dll
6
IMPORTLIB
=
winhttp
7
IMPORTS
=
shlwapi
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@