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