projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
urlmon: Implemented canonicalization function for hierarchical URI paths.
[wine]
/
dlls
/
urlmon
/
tests
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
TESTDLL = urlmon.dll
6
IMPORTS = urlmon ole32 oleaut32 user32 advapi32
7
8
C_SRCS = \
9
generated.c \
10
misc.c \
11
protocol.c \
12
sec_mgr.c \
13
stream.c \
14
uri.c \
15
url.c
16
17
@MAKE_TEST_RULES@