wine/dlls/mstask/tests/Makefile.in
Eric Pouech c601c7019b mstask/tests: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-03-01 10:38:29 +01:00

8 lines
106 B
Makefile

TESTDLL = mstask.dll
IMPORTS = ole32 user32
C_SRCS = \
task.c \
task_scheduler.c \
task_trigger.c