repo.or.cz
/
wine
/
testsucceed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
advapi32: Make rpcrt4 a delayed import to work around circular dependencies with...
[wine/testsucceed.git]
/
dlls
/
shell32
/
tests
/
Makefile.in
blob
2849a330a32e3e5dc700707ad35df9919e7177e3
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
TESTDLL
=
shell32.dll
6
IMPORTS
=
shell32 ole32 oleaut32 user32 advapi32 kernel32
7
8
C_SRCS
=
\
9
appbar.c \
10
autocomplete.c \
11
generated.c \
12
progman_dde.c \
13
shelllink.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@