projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
urlmon: Fix HttpProtocol behavior when it is called without the BINDF_FROMURLMON...
[wine]
/
dlls
/
wininet
/
tests
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
TESTDLL = wininet.dll
6
IMPORTS = wininet ws2_32 kernel32
7
8
CTESTS = \
9
ftp.c \
10
generated.c \
11
http.c \
12
internet.c \
13
url.c
14
15
@MAKE_TEST_RULES@
16
17
@DEPENDENCIES@ # everything below this line is overwritten by make depend