makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / sti / tests / Makefile.in
1 EXTRADEFS = -DCOM_NO_WINDOWS_H
2 TESTDLL   = sti.dll
3 IMPORTS   = ole32
4 EXTRALIBS = -luuid
5
6 C_SRCS = \
7         sti.c
8
9 @MAKE_TEST_RULES@