makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / ole32 / tests / Makefile.in
1 TESTDLL   = ole32.dll
2 IMPORTS   = oleaut32 ole32 user32 gdi32 advapi32
3
4 C_SRCS = \
5         clipboard.c \
6         compobj.c \
7         defaulthandler.c \
8         dragdrop.c \
9         errorinfo.c \
10         hglobalstream.c \
11         marshal.c \
12         moniker.c \
13         ole2.c \
14         propvariant.c \
15         stg_prop.c \
16         storage32.c \
17         usrmarshal.c
18
19 @MAKE_TEST_RULES@