projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winhttp/tests: Make sure proxy settings are restored.
[wine]
/
dlls
/
msxml3
/
tests
/
Makefile.in
1
TESTDLL = msxml3.dll
2
IMPORTS = oleaut32 ole32 user32
3
4
C_SRCS = \
5
domdoc.c \
6
httpreq.c \
7
saxreader.c \
8
schema.c \
9
xmldoc.c \
10
xmlparser.c \
11
xmlview.c
12
13
IDL_H_SRCS = xmlparser.idl
14
15
RC_SRCS = rsrc.rc
16
17
@MAKE_TEST_RULES@