winex11: Get rid of some unused prototypes.
[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         assoc.c \
7         autocomplete.c \
8         brsfolder.c \
9         ebrowser.c \
10         generated.c \
11         progman_dde.c \
12         recyclebin.c \
13         shelldispatch.c \
14         shelllink.c \
15         shellole.c \
16         shellpath.c \
17         shfldr_special.c \
18         shlexec.c \
19         shlfileop.c \
20         shlfolder.c \
21         shlview.c \
22         string.c \
23         systray.c
24
25 RC_SRCS = rsrc.rc
26
27 @MAKE_TEST_RULES@