mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
c601c7019b
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
106 B
Makefile
7 lines
106 B
Makefile
TESTDLL = mstask.dll
|
|
IMPORTS = ole32 user32
|
|
|
|
C_SRCS = \
|
|
task.c \
|
|
task_scheduler.c \
|
|
task_trigger.c
|