wine/dlls/mstask/Makefile.in
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00

14 lines
190 B
Makefile

MODULE = mstask.dll
IMPORTS = rpcrt4 ole32 oleaut32
C_SRCS = \
factory.c \
mstask_main.c \
task.c \
task_scheduler.c \
task_trigger.c
IDL_SRCS = \
atsvc.idl \
mstask_local.idl