makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / comctl32 / tests / Makefile.in
1 TESTDLL   = comctl32.dll
2 IMPORTS   = comctl32 ole32 user32 gdi32 advapi32
3
4 C_SRCS = \
5         comboex.c \
6         datetime.c \
7         dpa.c \
8         header.c \
9         imagelist.c \
10         ipaddress.c \
11         listview.c \
12         misc.c \
13         monthcal.c \
14         mru.c \
15         progress.c \
16         propsheet.c \
17         rebar.c \
18         status.c \
19         subclass.c \
20         tab.c \
21         toolbar.c \
22         tooltips.c \
23         trackbar.c \
24         treeview.c \
25         updown.c
26
27 RC_SRCS = rsrc.rc
28
29 @MAKE_TEST_RULES@