makefiles: Add a standard header for all makefiles to replace the common variable...
[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         shelllink.c \
12         shellpath.c \
13         shfldr_special.c \
14         shlexec.c \
15         shlfileop.c \
16         shlfolder.c \
17         shlview.c \
18         string.c \
19         systray.c
20
21 RC_SRCS = rsrc.rc
22
23 @MAKE_TEST_RULES@