projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winhttp: Use platform-specific versions of IActiveScriptParse methods.
[wine]
/
dlls
/
winhttp
/
Makefile.in
1
MODULE = winhttp.dll
2
IMPORTLIB = winhttp
3
IMPORTS = uuid user32 advapi32
4
DELAYIMPORTS = oleaut32 ole32 crypt32
5
EXTRALIBS = @SOCKETLIBS@
6
EXTRADEFS = -DWIDL_C_INLINE_WRAPPERS
7
8
C_SRCS = \
9
cookie.c \
10
handle.c \
11
main.c \
12
net.c \
13
request.c \
14
session.c \
15
url.c
16
17
IDL_TLB_SRCS = winhttp_tlb.idl
18
19
RC_SRCS = rsrc.rc
20
21
@MAKE_DLL_RULES@