projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
shell32/tests: Modify tests of redirection to check more advanced features.
[wine]
/
dlls
/
shell32
/
tests
/
Makefile.in
1
TESTDLL = shell32.dll
2
IMPORTS = shell32 ole32 oleaut32 user32 advapi32
3
4
C_SRCS = \
5
appbar.c \
6
autocomplete.c \
7
brsfolder.c \
8
ebrowser.c \
9
generated.c \
10
progman_dde.c \
11
shelldispatch.c \
12
shelllink.c \
13
shellole.c \
14
shellpath.c \
15
shfldr_special.c \
16
shlexec.c \
17
shlfileop.c \
18
shlfolder.c \
19
shlview.c \
20
string.c \
21
systray.c
22
23
RC_SRCS = rsrc.rc
24
25
@MAKE_TEST_RULES@