winspool: Revise EnumPrinterDriversW to fix the incorrect handling of 'all'. EnumPrin...
[wine] / dlls / shell32 / tests / Makefile.in
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 CTESTS = \
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         string.c \
20         systray.c
21
22 RC_SRCS = rsrc.rc
23
24 @MAKE_TEST_RULES@
25
26 @DEPENDENCIES@  # everything below this line is overwritten by make depend