makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / shlwapi / tests / Makefile.in
1 TESTDLL   = shlwapi.dll
2 IMPORTS   = shlwapi user32 ole32 oleaut32 advapi32
3
4 C_SRCS = \
5         assoc.c \
6         clist.c \
7         clsid.c \
8         generated.c \
9         istream.c \
10         ordinal.c \
11         path.c \
12         shreg.c \
13         string.c \
14         thread.c \
15         url.c
16
17 @MAKE_TEST_RULES@