makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / oledb32 / tests / Makefile.in
1 TESTDLL   = oledb32.dll
2 IMPORTS   = oleaut32 ole32 user32 gdi32 advapi32
3
4 C_SRCS = \
5         convert.c \
6         marshal.c
7
8 IDL_I_SRCS = convert.idl
9
10 @MAKE_TEST_RULES@