mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 06:00:45 +00:00
10 lines
118 B
Makefile
10 lines
118 B
Makefile
TESTDLL = mstask.dll
|
|
IMPORTS = ole32
|
|
|
|
C_SRCS = \
|
|
task.c \
|
|
task_scheduler.c \
|
|
task_trigger.c
|
|
|
|
@MAKE_TEST_RULES@
|